DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on MO_GLOBAL

Line 712: -- Deriving the current org using MO GLOBAL API

708:
709:
710: -- begin bugfix 3014000
711: -- Added for MOAC project.
712: -- Deriving the current org using MO GLOBAL API
713: lOperUnit := nvl(MO_GLOBAL.get_current_org_id,-99);
714:
715: IF PG_DEBUG <> 0 THEN
716: oe_debug_pub.add('get_order_lines: '|| 'MO:operating Unit :' || lOperUnit, 2);

Line 713: lOperUnit := nvl(MO_GLOBAL.get_current_org_id,-99);

709:
710: -- begin bugfix 3014000
711: -- Added for MOAC project.
712: -- Deriving the current org using MO GLOBAL API
713: lOperUnit := nvl(MO_GLOBAL.get_current_org_id,-99);
714:
715: IF PG_DEBUG <> 0 THEN
716: oe_debug_pub.add('get_order_lines: '|| 'MO:operating Unit :' || lOperUnit, 2);
717: END IF;

Line 1563: lOperUnit := nvl(MO_GLOBAL.get_current_org_id,-99);

1559:
1560: -- begin bugfix 3014000
1561:
1562: -- Change for MOAC
1563: lOperUnit := nvl(MO_GLOBAL.get_current_org_id,-99);
1564: -- End of MOAC change
1565: IF PG_DEBUG <> 0 THEN
1566: oe_debug_pub.add('reserve_wo_to_so: '|| 'MO:operating Unit :' || lOperUnit, 2);
1567: END IF;