DBA Data[Home] [Help]

APPS.GMI_APIXML_PKG dependencies on GMA_GLOBAL_GRP

Line 176: GMA_GLOBAL_GRP.Get_who(

172: OPEN c_qty_user_name(l_param4);
173: FETCH c_qty_user_name INTO l_user_name, l_item_number;
174: CLOSE c_qty_user_name;
175:
176: GMA_GLOBAL_GRP.Get_who(
177: p_user_name => l_user_name,
178: x_user_id => l_user_id);
179:
180: -- User Key = Transaction_type.Item_number.Ext_transaction_id

Line 202: GMA_GLOBAL_GRP.Get_who(

198: OPEN c_item_user_name(l_param4);
199: FETCH c_item_user_name INTO l_user_name, l_item_number;
200: CLOSE c_item_user_name;
201:
202: GMA_GLOBAL_GRP.Get_who(
203: p_user_name => l_user_name,
204: x_user_id => l_user_id);
205:
206: -- User Key = Item_number.Ext_item_id

Line 230: GMA_GLOBAL_GRP.Get_who(

226: FETCH c_lot_user_name INTO l_user_name, l_item_number,
227: l_lot_number, l_ext_lot_id;
228: CLOSE c_lot_user_name;
229:
230: GMA_GLOBAL_GRP.Get_who(
231: p_user_name => l_user_name,
232: x_user_id => l_user_id);
233:
234: -- User Key = Lot_no,item_no,Ext_trans_id

Line 256: GMA_GLOBAL_GRP.Get_who(

252: OPEN c_conv_user_name(l_param4);
253: FETCH c_conv_user_name INTO l_user_name, l_item_number, l_lot_number, l_ext_conv_id;
254: CLOSE c_conv_user_name;
255:
256: GMA_GLOBAL_GRP.Get_who(
257: p_user_name => l_user_name,
258: x_user_id => l_user_id);
259:
260: -- User Key = Lot_no,item_no,Ext_conv_id