DBA Data[Home] [Help]

APPS.IGS_AD_APPL_ARP_PKG dependencies on IGS_AD_APL_REV_PRF_PKG

Line 120: ELSIF NOT igs_ad_apl_rev_prf_pkg.get_pk_for_validation (

116:
117: IF (((old_references.appl_rev_profile_id = new_references.appl_rev_profile_id)) OR
118: ((new_references.appl_rev_profile_id IS NULL))) THEN
119: NULL;
120: ELSIF NOT igs_ad_apl_rev_prf_pkg.get_pk_for_validation (
121: new_references.appl_rev_profile_id ,
122: 'N'
123: ) THEN
124: fnd_message.set_name ('IGS', 'IGS_GE_PK_UK_NOT_FOUND_CLOSED');