DBA Data[Home] [Help]

APPS.IGS_AS_EXM_SUPRVISOR_PKG dependencies on IGS_PE_PERSON_PKG

Line 141: IF NOT(IGS_PE_PERSON_PKG.Get_PK_For_Validation (

137: IF (((old_references.person_id = new_references.person_id)) OR
138: ((new_references.person_id IS NULL))) THEN
139: NULL;
140: ELSE
141: IF NOT(IGS_PE_PERSON_PKG.Get_PK_For_Validation (
142: new_references.person_id
143: ))THEN
144: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
145: Igs_Ge_Msg_Stack.Add;