DBA Data[Home] [Help]

APPS.GMIVITM dependencies on IC_FRGT_CLS

Line 64: select 1 into row_count from ic_frgt_cls

60:
61:
62: IF (p_item_rec.frt_class IS NOT NULL) THEN
63: -- BUG#2461984 VAK
64: select 1 into row_count from ic_frgt_cls
65: where icfrt_class=RTRIM(p_item_rec.frt_class) and delete_mark = 0;
66:
67: IF (row_count <> 1) THEN
68: Return FALSE;