DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PE_PERSON_PKG

Line 2256: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

2252: IF (((old_references.coord_person_id = new_references.coord_person_id)) OR
2253: ((new_references.coord_person_id IS NULL))) THEN
2254: NULL;
2255: ELSE
2256: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
2257: new_references.coord_person_id) THEN
2258:
2259: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
2260: IGS_GE_MSG_STACK.ADD;