DBA Data[Home] [Help]

APPS.MRP_MANAGER_PK dependencies on OE_INSTALL

Line 862: g_om_installed := oe_install.get_active_product ;

858:
859: BEGIN
860:
861: if ( g_om_installed IS NULL ) then
862: g_om_installed := oe_install.get_active_product ;
863: end if;
864: var_old_so_cutoff_days := NVL(TO_NUMBER(
865: FND_PROFILE.VALUE('MRP_OLD_SO_CUTOFF_DAYS')), 99999);
866:

Line 1553: g_om_installed := oe_install.get_active_product ;

1549:
1550: end if;
1551:
1552: if ( g_om_installed IS NULL ) then
1553: g_om_installed := oe_install.get_active_product ;
1554: end if;
1555:
1556: IF g_om_installed = 'OE' THEN
1557:

Line 1877: g_om_installed := oe_install.get_active_product ;

1873:
1874: BEGIN
1875:
1876: if ( g_om_installed IS NULL ) then
1877: g_om_installed := oe_install.get_active_product ;
1878: end if;
1879:
1880: IF g_om_installed = 'OE' THEN
1881:

Line 2366: g_om_installed := oe_install.get_active_product ;

2362:
2363: BEGIN
2364:
2365: if ( g_om_installed IS NULL ) then
2366: g_om_installed := oe_install.get_active_product ;
2367: end if;
2368:
2369: /* 1835326 - SVAIDYAN : Uncomment for OM. We need to retrieve the unit
2370: numbers for OM also.