DBA Data[Home] [Help]

APPS.IBE_ORDER_SAVE_PVT dependencies on MO_GLOBAL

Line 242: X_ORG_ID => mo_global.GET_CURRENT_ORG_ID());

238: X_LAST_UPDATED_BY => fnd_global.USER_ID,
239: X_LAST_UPDATE_LOGIN => fnd_global.conc_login_id,
240: X_CURRENCY_CODE => p_currency_code,
241: X_RECORD_TYPE => 'ORDER',
242: X_ORG_ID => mo_global.GET_CURRENT_ORG_ID());
243:
244:
245: else
246: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

Line 779: l_user_orgid := mo_global.GET_CURRENT_ORG_ID();

775: Ibe_util.Debug('Order Type Id: ' ||x_order_header_rec.order_type_id);
776: END IF;
777:
778: -- Get the User's Session ORG_ID
779: l_user_orgid := mo_global.GET_CURRENT_ORG_ID();
780: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
781: Ibe_util.Debug('Current Org id : ' ||l_user_orgid);
782: END IF;
783:

Line 3588: l_user_orgid := mo_global.GET_CURRENT_ORG_ID();

3584: l_order_header_rec.order_type_id := l_order_type_id;
3585: END IF;
3586:
3587: -- Get the User's Session ORG_ID
3588: l_user_orgid := mo_global.GET_CURRENT_ORG_ID();
3589: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3590: Ibe_util.Debug('Current Org id : ' ||l_user_orgid);
3591: END IF;
3592: