DBA Data[Home] [Help]

APPS.IGS_EN_STDNT_PS_ATT_PKG dependencies on IGS_PE_PERSON_PKG

Line 2021: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

2017: IF (((old_references.person_id = new_references.person_id)) OR
2018: ((new_references.person_id IS NULL))) THEN
2019: NULL;
2020: ELSE
2021: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
2022: new_references.person_id
2023: ) THEN
2024: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
2025: IGS_GE_MSG_STACK.ADD;