EBS Customizations (MOSC)

MOSC Banner

gme_api_pub.create_material_txn - error has occured during the reservation

edited Feb 28, 2017 5:03PM in EBS Customizations (MOSC) 2 commentsAnswered

Hi,

I have create custom WIP Issue API Procedure in OPM.

While trying to execute Standard API gme_api_pub.create_material_txn in custom API with necessary parameters, but it return with error as

An error has occured during the reservation. User-Defined Exception in Package GME_COMMON_PVT Procedure GET_MATERIAL_DETAIL

Kindly help to resolve on this

I just add the calling program......

Declare
ln_user_id                NUMBER;
   l_lot_rec                 apps.gme_common_pvt.mtl_trans_lots_inter_tbl;
   ln_message_count          NUMBER;
   lvc2_message_list         VARCHAR2 (2000);
   lvc2_return_status        VARCHAR2 (2000);
   l_mmti_rec                apps.mtl_transactions_interface%ROWTYPE;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center