DBA Data[Home] [Help]

APPS.IGR_I_APPL_PKG dependencies on IGS_PE_PERSON_PKG

Line 205: IF NOT(IGS_PE_PERSON_PKG.Get_PK_For_Validation (

201: IF (((old_references.person_id = new_references.person_id)) OR
202: ((new_references.person_id IS NULL))) THEN
203: NULL;
204: ELSE
205: IF NOT(IGS_PE_PERSON_PKG.Get_PK_For_Validation (
206: new_references.person_id
207: ))THEN
208: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
209: IGS_GE_MSG_STACK.ADD;

Line 217: IF NOT(IGS_PE_PERSON_PKG.Get_PK_For_Validation (

213: IF (((old_references.registering_person_id = new_references.registering_person_id)) OR
214: ((new_references.registering_person_id IS NULL))) THEN
215: NULL;
216: ELSE
217: IF NOT(IGS_PE_PERSON_PKG.Get_PK_For_Validation (
218: new_references.registering_person_id
219: ))THEN
220: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
221: IGS_GE_MSG_STACK.ADD;