DBA Data[Home] [Help]

APPS.IGS_PE_PERSENC_EFFCT_PKG dependencies on IGS_PE_PERS_ENCUMB_PKG

Line 579: IF new_references.expiry_dt IS NOT NULL AND igs_pe_pers_encumb_pkg.initialised IS NULL THEN

575: -- date of the effect has been updated and no other active effect records
576:
577: -- remain.
578:
579: IF new_references.expiry_dt IS NOT NULL AND igs_pe_pers_encumb_pkg.initialised IS NULL THEN
580:
581: IGS_EN_GEN_011.ENRP_SET_PEN_EXPRY (new_references.person_id,
582:
583: new_references.encumbrance_type,

Line 741: IF NOT IGS_PE_PERS_ENCUMB_PKG.Get_PK_For_Validation (

737:
738: ELSE
739:
740:
741: IF NOT IGS_PE_PERS_ENCUMB_PKG.Get_PK_For_Validation (
742: new_references.person_id,
743: new_references.encumbrance_type,
744: new_references.pen_start_dt ) THEN
745: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');