DBA Data[Home] [Help]

APPS.IGS_UC_MV_IMP_ERRCD dependencies on IGS_LOOKUP_VALUES

Line 59: FROM igs_lookup_values

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