DBA Data[Home] [Help]

APPS.IGS_RE_THESIS_EXAM_PKG dependencies on IGS_GE_DATE

Line 240: igs_ge_date.igsdate('1900/01/01')) <>

236: IGS_GE_MSG_STACK.ADD;
237: App_Exception.Raise_Exception;
238: END IF;
239: IF NVL(NEW_REFERENCES.submission_dt,
240: igs_ge_date.igsdate('1900/01/01')) <>
241: NVL(new_references.submission_dt,igs_ge_date.igsdate('1900/01/01')) THEN
242: -- Validate the submission date.
243:
244: --Nishikant-19NOV2002-Bug#2661533. The signature of the functions resp_val_tex_sbmsn got modified to add

Line 241: NVL(new_references.submission_dt,igs_ge_date.igsdate('1900/01/01')) THEN

237: App_Exception.Raise_Exception;
238: END IF;
239: IF NVL(NEW_REFERENCES.submission_dt,
240: igs_ge_date.igsdate('1900/01/01')) <>
241: NVL(new_references.submission_dt,igs_ge_date.igsdate('1900/01/01')) THEN
242: -- Validate the submission date.
243:
244: --Nishikant-19NOV2002-Bug#2661533. The signature of the functions resp_val_tex_sbmsn got modified to add
245: --two more parameer p_legacy and p_final_title_ind.