DBA Data[Home] [Help]

APPS.IGS_AV_STND_UNIT_LVL_PKG dependencies on IGS_PE_PERSON_PKG

Line 719: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

715: IF (((old_references.authorising_person_id = new_references.authorising_person_id)) OR
716: ((new_references.authorising_person_id IS NULL))) THEN
717: NULL;
718: ELSE
719: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
720: new_references.authorising_person_id
721: ) THEN
722: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
723: Igs_Ge_Msg_Stack.Add;