DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on IC_ITEM_MST_B

Line 613: FROM ic_item_mst_b

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