DBA Data[Home] [Help]

APPS.IGS_AD_RECRUIT_PI_PKG dependencies on IGS_PE_PERSON_PKG

Line 154: ELSIF NOT igs_pe_person_pkg.get_pk_for_validation (

150:
151: IF (((old_references.person_id = new_references.person_id)) OR
152: ((new_references.person_id IS NULL))) THEN
153: NULL;
154: ELSIF NOT igs_pe_person_pkg.get_pk_for_validation (
155: new_references.person_id
156: ) THEN
157: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
158: igs_ge_msg_stack.add;