DBA Data[Home] [Help]

APPS.AHL_FMP_MR_EFFECTIVITY_PVT dependencies on AHL_MR_EFFECTIVITIES_V

Line 662: FROM AHL_MR_EFFECTIVITIES_V

658: attribute12,
659: attribute13,
660: attribute14,
661: attribute15
662: FROM AHL_MR_EFFECTIVITIES_V
663: WHERE mr_effectivity_id = c_mr_effectivity_id;
664:
665: BEGIN
666:

Line 1262: from ahl_mr_effectivities_v

1258: by Michael Payne. */
1259:
1260: cursor get_item_number (c_inventory_item_id number) is
1261: select item_number
1262: from ahl_mr_effectivities_v
1263: where inventory_item_id = c_inventory_item_id;
1264:
1265: BEGIN
1266: