DBA Data[Home] [Help]

APPS.IGS_TR_STEP_PKG dependencies on IGS_PE_PERSON_PKG

Line 167: IF NOT igs_pe_person_pkg.get_pk_for_validation ( new_references.recipient_id )THEN

163: IF (((old_references.recipient_id = new_references.recipient_id)) OR
164: ((new_references.recipient_id IS NULL))) THEN
165: NULL;
166: ELSE
167: IF NOT igs_pe_person_pkg.get_pk_for_validation ( new_references.recipient_id )THEN
168: fnd_message.set_name('FND','FORM_RECORD_DELETED');
169: igs_ge_msg_stack.add;
170: app_exception.raise_exception;
171: END IF;