DBA Data[Home] [Help]

APPS.GMIVITM dependencies on IC_RANK_MST

Line 21: from ic_rank_mst

17:
18: CURSOR Get_rank
19: IS
20: Select count(*)
21: from ic_rank_mst
22: where abc_code=p_item_rec.item_abccode and delete_mark = 0;
23:
24:
25: