DBA Data[Home] [Help]

APPS.JMF_SHIKYU_AUTO_RCV_PROC dependencies on MTL_PARAMETERS

Line 118: FROM mtl_parameters mp,

114: l_org_id NUMBER := MO_GLOBAL.get_current_org_id;
115: --find all TP inventory by org_id
116: CURSOR all_inventory_c IS
117: SELECT haou.organization_id
118: FROM mtl_parameters mp,
119: hr_organization_information hoi,
120: hr_all_organization_units haou,
121: HR_ALL_ORGANIZATION_UNITS_TL haoutl
122: WHERE mp.organization_id = hoi.organization_id