DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PUB dependencies on MO_GLOBAL

Line 1618: l_org_id := MO_GLOBAL.Get_Current_Org_Id;

1614: END IF;
1615:
1616: x_is_delivery_required := 'N';
1617: If p_org_id IS NULL Then
1618: l_org_id := MO_GLOBAL.Get_Current_Org_Id;
1619: End If;
1620: -- { Start step 1 and 2
1621: -- Select the party_id and party_side id for the
1622: Select /* MOAC_SQL_CHANGE */ a.cust_acct_site_id, a.party_site_id, c.party_id

Line 2808: MO_GLOBAL.set_policy_context('S',p_operating_unit);

2804: oe_debug_pub.add( 'OEXPACKB: ENTERING PROCESS_SSO_CONC_PGM' ) ;
2805: END IF;
2806:
2807: IF p_operating_unit IS NOT NULL THEN
2808: MO_GLOBAL.set_policy_context('S',p_operating_unit);
2809: END IF;
2810:
2811: -- logic here is to reflect the fact that the p_open_orders_only parameter is now actually
2812: -- the input to the renamed prompt "Include Closed Orders". so if the of p_open_orders_only

Line 3086: l_org_id := MO_GLOBAL.Get_Current_Org_Id; --moac

3082: IF l_org_id = FND_API.G_MISS_NUM THEN
3083:
3084: /* SELECT TO_NUMBER(DECODE(SUBSTRB(USERENV('CLIENT_INFO'),1,1), ' ',
3085: NULL, SUBSTRB(USERENV('CLIENT_INFO'),1,10))) into l_org_id from DUAL; */
3086: l_org_id := MO_GLOBAL.Get_Current_Org_Id; --moac
3087: l_converted := l_converted || 'ORG_ID, ';
3088: END IF;
3089:
3090: IF l_xmlg_icn IS NULL THEN