DBA Data[Home] [Help]

APPS.GMD_QC_MIGRATE_TO_1151J dependencies on IC_ITEM_MST

Line 2155: FROM ic_item_mst

2151:
2152: /* Select the item no associated to spec */
2153: CURSOR c_get_item_no IS
2154: SELECT item_no, lot_ctl
2155: FROM ic_item_mst
2156: WHERE item_id = hdr_rec.item_id;
2157: item_rec c_get_item_no%ROWTYPE;
2158:
2159: /* Get the earliest start and latest end date */