DBA Data[Home] [Help]

APPS.GMIVITM dependencies on IC_SHIP_CLS

Line 145: select 1 into row_count from ic_ship_cls

141:
142:
143: IF (p_item_rec.ship_class IS NOT NULL) THEN
144: -- BUG#2461984 VAK
145: select 1 into row_count from ic_ship_cls
146: where icship_class=RTRIM(p_item_rec.ship_class) and delete_mark = 0;
147:
148: IF (row_count <> 1) THEN
149: Return FALSE;