DBA Data[Home] [Help]

APPS.IGS_PE_TYP_INSTANCES_PKG dependencies on IGS_PE_PERSON_TYPES_PKG

Line 443: ELSIF NOT Igs_Pe_Person_Types_Pkg.Get_PK_For_Validation (

439:
440: IF (((old_references.person_type_code = new_references.person_type_code)) OR
441: ((new_references.person_type_code IS NULL))) THEN
442: NULL;
443: ELSIF NOT Igs_Pe_Person_Types_Pkg.Get_PK_For_Validation (
444: new_references.person_type_code
445: ) THEN
446: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
447: IGS_GE_MSG_STACK.ADD;