DBA Data[Home] [Help]

APPS.IGS_PE_STUP_DATA_EMT_PKG dependencies on IGS_PE_PERSON_TYPES_PKG

Line 131: ELSIF NOT Igs_Pe_Person_Types_Pkg.Get_PK_For_Validation (

127:
128: IF (((old_references.person_type_code = new_references.person_type_code)) OR
129: ((new_references.person_type_code IS NULL))) THEN
130: NULL;
131: ELSIF NOT Igs_Pe_Person_Types_Pkg.Get_PK_For_Validation (
132: new_references.person_type_code
133: ) THEN
134: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
135: IGS_GE_MSG_STACK.ADD;