DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG dependencies on IGS_LOOKUPS_VIEW

Line 256: FROM igs_lookups_view

252:
253: -- Get the details of school meaning from lookups to print in the log file
254: CURSOR c_get_sch_code IS
255: SELECT meaning
256: FROM igs_lookups_view
257: WHERE lookup_type = 'OR_SYSTEM_ID_TYPE'
258: AND lookup_code = 'DL_SCH_CD'
259: AND enabled_flag = 'Y';
260: c_get_sch_code_rec c_get_sch_code%ROWTYPE;