DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on IC_ITEM_MST_B

Line 616: FROM ic_item_mst_b

612:
613: /* Cursor used to retrieve OPM item id */
614: CURSOR c_get_opm_item_id IS
615: SELECT item_id
616: FROM ic_item_mst_b
617: WHERE item_no = l_related_rec.item_no;
618: l_opm_item_id NUMBER := NULL;
619:
620: /* Cursor used to retrieve document attached to Regulatory item */