DBA Data[Home] [Help]

APPS.IGF_DB_DL_DISB_ORIG dependencies on IGS_LOOKUPS_VIEW

Line 138: FROM igs_lookups_view

134:
135: -- Get the details of school meaning from lookups to print in the log file
136: CURSOR c_get_sch_code IS
137: SELECT meaning
138: FROM igs_lookups_view
139: WHERE lookup_type = 'OR_SYSTEM_ID_TYPE'
140: AND lookup_code = 'DL_SCH_CD'
141: AND enabled_flag = 'Y';
142: c_get_sch_code_rec c_get_sch_code%ROWTYPE;