DBA Data[Home] [Help]

APPS.AHL_UMP_PROCESSUNIT_PVT dependencies on AHL_MR_EFFECTIVITIES_APP_V

Line 11804: FROM ahl_mr_effectivities_app_v

11800: --get all the MR effectivity definitions for a given MR
11801: CURSOR get_mr_effect(c_mr_header_id NUMBER)
11802: IS
11803: SELECT mr_header_id, mr_effectivity_id, inventory_item_id
11804: FROM ahl_mr_effectivities_app_v
11805: WHERE mr_header_id = c_mr_header_id;
11806:
11807: -- get master org id.
11808: CURSOR get_master_org_id_csr (c_inventory_item_id IN NUMBER)