DBA Data[Home] [Help]

APPS.GMIVITM dependencies on IC_INVN_TYP

Line 217: select 1 into row_count from ic_invn_typ

213:
214:
215: IF (p_item_rec.inv_type IS NOT NULL) THEN
216: -- BUG#2461984 VAK
217: select 1 into row_count from ic_invn_typ
218: where inv_type=RTRIM(p_item_rec.inv_type) and delete_mark = 0;
219:
220: IF (row_count <> 1) THEN
221: Return FALSE;