DBA Data[Home] [Help]

APPS.IGS_PS_GEN_004 dependencies on IGS_EN_NSU_DLSTP_ALL

Line 326: FROM igs_en_nsu_dlstp_all

322:
323: --Cursor to get the check whether we have to include weekends or not
324: CURSOR c_weekend (cp_n_id IN NUMBER) IS
325: SELECT incl_wkend_duration_flag
326: FROM igs_en_nsu_dlstp_all
327: WHERE non_std_usec_dls_id = cp_n_id;
328:
329: l_c_include_weekends igs_en_nsu_dlstp_all.incl_wkend_duration_flag%TYPE;
330:

Line 329: l_c_include_weekends igs_en_nsu_dlstp_all.incl_wkend_duration_flag%TYPE;

325: SELECT incl_wkend_duration_flag
326: FROM igs_en_nsu_dlstp_all
327: WHERE non_std_usec_dls_id = cp_n_id;
328:
329: l_c_include_weekends igs_en_nsu_dlstp_all.incl_wkend_duration_flag%TYPE;
330:
331: --Cursor to get the check whether we have to include weekends or not for the discontinuation deadline
332: CURSOR c_weekend_disc (cp_n_id IN NUMBER) IS
333: SELECT incl_wkend_duration_flag