DBA Data[Home] [Help]

APPS.IGS_PS_OFR_PAT_PKG dependencies on IGS_PE_PERSON_PKG

Line 539: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

535: IF (((old_references.adm_ass_officer_person_id = new_references.adm_ass_officer_person_id)) OR
536: ((new_references.adm_ass_officer_person_id IS NULL))) THEN
537: NULL;
538: ELSE
539: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
540: new_references.adm_ass_officer_person_id
541: )THEN
542: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
543: IGS_GE_MSG_STACK.ADD;

Line 552: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

548: IF (((old_references.adm_contact_person_id = new_references.adm_contact_person_id)) OR
549: ((new_references.adm_contact_person_id IS NULL))) THEN
550: NULL;
551: ELSE
552: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
553: new_references.adm_contact_person_id
554: )THEN
555: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
556: IGS_GE_MSG_STACK.ADD;