DBA Data[Home] [Help]

APPS.GMIVITM dependencies on IC_CTMS_CLS

Line 52: select 1 into row_count from ic_ctms_cls

48: END IF;
49:
50: IF (p_item_rec.customs_class IS NOT NULL) THEN
51: -- BUG#2461984 VAK
52: select 1 into row_count from ic_ctms_cls
53: where iccustoms_class=RTRIM(p_item_rec.customs_class) and delete_mark = 0;
54:
55: IF (row_count <> 1) THEN
56: Return FALSE;