DBA Data[Home] [Help]

APPS.IGS_GR_GRADUAND_PKG dependencies on IGS_PE_PERSON_PKG

Line 562: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

558: IF (((old_references.person_id = new_references.person_id)) OR
559: ((new_references.person_id IS NULL))) THEN
560: NULL;
561: ELSE
562: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
563: new_references.person_id
564: ) THEN
565: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED7');
566: IGS_GE_MSG_STACK.ADD;

Line 575: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

571: IF (((old_references.proxy_award_person_id = new_references.proxy_award_person_id)) OR
572: ((new_references.proxy_award_person_id IS NULL))) THEN
573: NULL;
574: ELSE
575: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
576: new_references.proxy_award_person_id
577: ) THEN
578: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED8');
579: IGS_GE_MSG_STACK.ADD;