[Home] [Help]
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:
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: