DBA Data[Home] [Help]

APPS.GMI_APIXML_PKG dependencies on GMIGUTL

Line 540: IF( NOT Gmigutl.Setup(l_interface_rec.user_name) )

536:
537: l_trans_rec.journal_comment := l_interface_rec.journal_comment;
538:
539: -- Set the context for the GMI APIs
540: IF( NOT Gmigutl.Setup(l_interface_rec.user_name) )
541: THEN
542: RAISE e_txn_failed;
543: END IF;
544:

Line 899: IF( NOT Gmigutl.Setup(l_item_rec.user_name) )

895: l_item_rec.user_name := l_item_interface_rec.user_name;
896: END IF;
897:
898: -- Set the context for the GMI APIs
899: IF( NOT Gmigutl.Setup(l_item_rec.user_name) )
900: THEN
901: RAISE e_item_creation_failed;
902: END IF;
903:

Line 1229: IF( NOT Gmigutl.Setup(l_trans_rec.user_name) )

1225: END IF;
1226:
1227:
1228: -- Set the context for the GMI APIs
1229: IF( NOT Gmigutl.Setup(l_trans_rec.user_name) )
1230: THEN
1231: RAISE e_lot_failed;
1232: END IF;
1233:

Line 1495: IF( NOT Gmigutl.Setup(l_trans_rec.user_name) )

1491: END IF;
1492:
1493:
1494: -- Set the context for the GMI APIs
1495: IF( NOT Gmigutl.Setup(l_trans_rec.user_name) )
1496: THEN
1497: RAISE e_lot_conv_failed;
1498: END IF;
1499: