DBA Data[Home] [Help]

APPS.GML_OPM_ROI_GRP dependencies on GMIGUTL

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

885:
886: l_trans_rec.user_name := FND_GLOBAL.USER_NAME;
887:
888: -- Set the context for the GMI APIs
889: IF( NOT Gmigutl.Setup(l_trans_rec.user_name))
890: THEN
891: x_return_status := fnd_api.g_ret_sts_error;
892: IF l_inv_debug = 1 THEN
893: print_debug('Inventory API SETUP Failed for User Name=>'|| l_trans_rec.user_name, 1);

Line 981: IF( NOT Gmigutl.Setup(l_new_lot_rec.user_name))

977:
978: l_new_lot_rec.user_name := FND_GLOBAL.USER_NAME;
979:
980: -- the context for the GMI APIs
981: IF( NOT Gmigutl.Setup(l_new_lot_rec.user_name))
982: THEN
983: x_return_status := fnd_api.g_ret_sts_error;
984: IF l_inv_debug = 1 THEN
985: print_debug('Inventory API SETUP Failed for User Name=>'|| l_new_lot_rec.user_name, 1);