DBA Data[Home] [Help]

APPS.GMD_FORM_MIGRATION dependencies on IC_ITEM_MST

Line 19: FROM ic_item_mst i, fm_matl_dtl d

15: /* BUG # 2562689 - Cursor that gets all formulas that have
16: inactive items */
17: CURSOR get_inactive_item_formula IS
18: SELECT distinct d.formula_id
19: FROM ic_item_mst i, fm_matl_dtl d
20: WHERE i.item_id = d.item_id
21: AND i.delete_mark = 1
22: GROUP BY d.formula_id;
23: