DBA Data[Home] [Help]

APPS.IGS_CO_PROCESS dependencies on DUAL

Line 880: FROM DUAL;

876:
877: --Cursor to get the reply date
878: CURSOR c_reply_date(p_reply_days NUMBER) IS
879: SELECT SYSDATE + NVL(TO_NUMBER(p_reply_days),0)
880: FROM DUAL;
881:
882: --Cursor to get the reply date
883: CURSOR c_intr_reply_date (
884: p_person_id igs_ad_panel_dtls.person_id%TYPE,