DBA Data[Home] [Help]

APPS.AHL_FMP_MR_EFFECTIVITY_PVT dependencies on AHL_MR_EFFECTIVITIES_V

Line 604: FROM AHL_MR_EFFECTIVITIES_V

600: attribute12,
601: attribute13,
602: attribute14,
603: attribute15
604: FROM AHL_MR_EFFECTIVITIES_V
605: WHERE mr_effectivity_id = c_mr_effectivity_id;
606:
607: BEGIN
608:

Line 1177: from ahl_mr_effectivities_v

1173: by Michael Payne. */
1174:
1175: cursor get_item_number (c_inventory_item_id number) is
1176: select item_number
1177: from ahl_mr_effectivities_v
1178: where inventory_item_id = c_inventory_item_id;
1179:
1180: BEGIN
1181: