DBA Data[Home] [Help]

APPS.GMIVITM dependencies on IC_COST_CLS

Line 41: select 1 into row_count from ic_cost_cls

37: END IF;
38:
39: IF (p_item_rec.itemcost_class IS NOT NULL) THEN
40: -- BUG#2461984 VAK
41: select 1 into row_count from ic_cost_cls
42: where itemcost_class=RTRIM(p_item_rec.itemcost_class) and delete_mark = 0;
43:
44: IF (row_count <> 1) THEN
45: Return FALSE;