DBA Data[Home] [Help]

APPS.OE_ITORD_UTIL dependencies on MO_GLOBAL

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

229: oe_debug_pub.add(' Set Globals - P_SALESREP_ID :'||P_SALESREP_ID );
230: oe_debug_pub.add(' Set Globals - P_END_CUSTOMER_ID :'||P_END_CUSTOMER_ID );
231: oe_debug_pub.add(' Set Globals - P_INVOICE_TO_ORG_ID :'||P_INVOICE_TO_ORG_ID);
232: oe_debug_pub.add(' Set Globals - P_DELIVER_TO_ORG_ID :'||P_DELIVER_TO_ORG_ID);
233: oe_debug_pub.add(' Set Globals - OPERATING_UNIT_ID :'|| mo_global.get_current_org_id);
234: oe_debug_pub.add(' Set Globals - ITEM_VALIDATION_ORG_ID :'|| OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID'));
235: END IF;
236:
237: G_CUSTOMER_ID := P_CUSTOMER_ID;

Line 249: G_OPERATING_UNIT_ID := mo_global.get_current_org_id;

245: G_END_CUSTOMER_ID := P_END_CUSTOMER_ID;
246: G_INVOICE_TO_ORG_ID := P_INVOICE_TO_ORG_ID;
247: G_DELIVER_TO_ORG_ID := P_DELIVER_TO_ORG_ID;
248:
249: G_OPERATING_UNIT_ID := mo_global.get_current_org_id;
250: G_ITEM_VALIDATION_ORG_ID := OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID');
251: Exception
252: when others then
253: null;