DBA Data[Home] [Help]

APPS.OE_ITORD_UTIL dependencies on MO_GLOBAL

Line 264: oe_debug_pub.add(' Set Globals - OPERATING_UNIT_ID :'|| mo_global.get_current_org_id);

260: oe_debug_pub.add(' Set Globals - P_SALESREP_ID :'||P_SALESREP_ID );
261: oe_debug_pub.add(' Set Globals - P_END_CUSTOMER_ID :'||P_END_CUSTOMER_ID );
262: oe_debug_pub.add(' Set Globals - P_INVOICE_TO_ORG_ID :'||P_INVOICE_TO_ORG_ID);
263: oe_debug_pub.add(' Set Globals - P_DELIVER_TO_ORG_ID :'||P_DELIVER_TO_ORG_ID);
264: oe_debug_pub.add(' Set Globals - OPERATING_UNIT_ID :'|| mo_global.get_current_org_id);
265: oe_debug_pub.add(' Set Globals - ITEM_VALIDATION_ORG_ID :'|| OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID'));
266: END IF;
267:
268: G_CUSTOMER_ID := P_CUSTOMER_ID;

Line 280: G_OPERATING_UNIT_ID := mo_global.get_current_org_id;

276: G_END_CUSTOMER_ID := P_END_CUSTOMER_ID;
277: G_INVOICE_TO_ORG_ID := P_INVOICE_TO_ORG_ID;
278: G_DELIVER_TO_ORG_ID := P_DELIVER_TO_ORG_ID;
279:
280: G_OPERATING_UNIT_ID := mo_global.get_current_org_id;
281: G_ITEM_VALIDATION_ORG_ID := OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID');
282: Exception
283: when others then
284: null;