DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on MO_GLOBAL

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

668:
669:
670: -- begin bugfix 3014000
671: -- Added for MOAC project.
672: -- Deriving the current org using MO GLOBAL API
673: lOperUnit := nvl(MO_GLOBAL.get_current_org_id,-99);
674:
675: IF PG_DEBUG <> 0 THEN
676: oe_debug_pub.add('get_order_lines: '|| 'MO:operating Unit :' || lOperUnit, 2);

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

669:
670: -- begin bugfix 3014000
671: -- Added for MOAC project.
672: -- Deriving the current org using MO GLOBAL API
673: lOperUnit := nvl(MO_GLOBAL.get_current_org_id,-99);
674:
675: IF PG_DEBUG <> 0 THEN
676: oe_debug_pub.add('get_order_lines: '|| 'MO:operating Unit :' || lOperUnit, 2);
677: END IF;

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

1413:
1414: -- begin bugfix 3014000
1415:
1416: -- Change for MOAC
1417: lOperUnit := nvl(MO_GLOBAL.get_current_org_id,-99);
1418: -- End of MOAC change
1419: IF PG_DEBUG <> 0 THEN
1420: oe_debug_pub.add('reserve_wo_to_so: '|| 'MO:operating Unit :' || lOperUnit, 2);
1421: END IF;