DBA Data[Home] [Help]

APPS.IGS_FI_PRC_HOLDS dependencies on IGS_EN_VAL_PCE

Line 2061: IF NOT igs_en_val_pce.enrp_val_encmb_dt (TRUNC(SYSDATE),l_message_name) THEN

2057:
2058: --Validate expiry date is not less THEN current date
2059: --10
2060: l_message_name := NULL ;
2061: IF NOT igs_en_val_pce.enrp_val_encmb_dt (TRUNC(SYSDATE),l_message_name) THEN
2062: --If this function returns false then log error,skip this record and move to next hold type
2063: -- Log messages in the log file only if invoked from concurrent process
2064: -- Messages should not be logged if called for Automatic release of holds
2065: IF p_release_credit_id IS NULL THEN

Line 2079: IF NOT IGS_EN_VAL_PCE.enrp_val_strt_exp_dt (TRUNC(l_hold_type_rec.start_dt),TRUNC(SYSDATE),l_message_name) THEN

2075: --10
2076: --Validate expiry date is greater THEN start date.
2077: --11
2078: l_message_name := NULL ;
2079: IF NOT IGS_EN_VAL_PCE.enrp_val_strt_exp_dt (TRUNC(l_hold_type_rec.start_dt),TRUNC(SYSDATE),l_message_name) THEN
2080: --If this function returns false then log error,skip this record and move to next hold type
2081: -- Log messages in the log file only if invoked from concurrent process
2082: -- Messages should not be logged if called for Automatic release of holds
2083: IF p_release_credit_id IS NULL THEN