DBA Data[Home] [Help]

APPS.IGS_EN_MERGE_ID_ROWS_PKG dependencies on IGS_PE_PERSON_PKG

Line 104: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

100: IF (((old_references.current_person_id = new_references.current_person_id)) OR
101: ((new_references.current_person_id IS NULL))) THEN
102: NULL;
103: ELSE
104: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
105: new_references.current_person_id
106: ) THEN
107: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
108: IGS_GE_MSG_STACK.ADD;

Line 118: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

114: IF (((old_references.obsolete_person_id = new_references.obsolete_person_id)) OR
115: ((new_references.obsolete_person_id IS NULL))) THEN
116: NULL;
117: ELSE
118: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
119: new_references.obsolete_person_id
120: ) THEN
121: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
122: IGS_GE_MSG_STACK.ADD;