DBA Data[Home] [Help]

APPS.IGS_PE_FUND_EXCL_PKG dependencies on IGS_GE_DATE

Line 372: (NVL(old_references.expiry_dt, IGS_GE_DATE.IGSDATE('1900/01/01'))

368: -- Validate that if expiry date is specified, then expiry date is not
369: -- less than the start date.
370: IF (new_references.expiry_dt IS NOT NULL) AND
371: (p_inserting OR (p_updating AND
372: (NVL(old_references.expiry_dt, IGS_GE_DATE.IGSDATE('1900/01/01'))
373: <> new_references.expiry_dt)))
374: THEN
375: IF igs_en_val_pce.enrp_val_strt_exp_dt (
376: new_references.pfe_start_dt,