DBA Data[Home] [Help]

APPS.INVPVDR4 dependencies on USER_TAB_COLUMNS

Line 42: FROM USER_TAB_COLUMNS

38: AND intf.process_flag in (31, 32, 33, 43);
39:
40: CURSOR c_check_oks_template IS
41: SELECT 'Y'
42: FROM USER_TAB_COLUMNS
43: WHERE TABLE_NAME = 'OKS_COVERAGE_TEMPLTS_V'
44: AND COLUMN_NAME = 'ITEM_TYPE';
45:
46: -- Added the cursor for bug # 3762750