DBA Data[Home] [Help]

APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_PE_PERSON_PKG

Line 195: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

191: IF (((old_references.member_person_id = new_references.member_person_id)) OR
192: ((new_references.member_person_id IS NULL))) THEN
193: NULL;
194: ELSE
195: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
196: new_references.member_person_id
197: )THEN
198: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
199: IGS_AD_GEN_001.SET_TOKEN('From IGS_PE_PERSON ->Parameter: Person_Id ');