DBA Data[Home] [Help]

APPS.IGF_SP_ROLLOVER dependencies on IGS_LOOKUP_VALUES

Line 158: FROM igs_lookup_values

154: -- Cursor to select meaning associated with the run mode passed as parameter
155: -- to the process
156: CURSOR c_igs_lookups(cp_run_flag VARCHAR2) IS
157: SELECT meaning
158: FROM igs_lookup_values
159: WHERE lookup_type= 'YES_NO'
160: AND lookup_code= cp_run_flag
161: AND NVL(enabled_flag,'N') = 'Y'
162: AND TRUNC(SYSDATE) BETWEEN TRUNC(NVL(start_date_active,SYSDATE))