DBA Data[Home] [Help]

APPS.IGS_AD_PANEL_DTLS_PKG dependencies on IGS_PE_PERSON_PKG

Line 194: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

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