DBA Data[Home] [Help]

APPS.IGS_PS_GEN_004 dependencies on IGS_EN_NSD_DLSTP_ALL

Line 334: FROM igs_en_nsd_dlstp_all

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
334: FROM igs_en_nsd_dlstp_all
335: WHERE non_std_disc_dl_stp_id = cp_n_id;
336: BEGIN
337:
338: -- Initialization