DBA Data[Home] [Help]

APPS.IGS_UC_MV_IMP_DEGSUBJ dependencies on IGS_LOOKUP_VALUES

Line 55: FROM igs_lookup_values

51:
52: -- Cursor to check for existence of 'DS' in Ref code types table.
53: CURSOR refcode_types_cur IS
54: SELECT lookup_code
55: FROM igs_lookup_values
56: WHERE lookup_type = 'IGS_UC_CODE_TYPES'
57: AND lookup_code = 'DS';
58:
59: -- Cursor to check whether the CODE already exists in ref codes table.