DBA Data[Home] [Help]

APPS.IGS_SS_ADMAPPL_SETUP_PKG dependencies on IGS_PE_PERSON_ID_TYP_PKG

Line 165: ELSIF NOT igs_pe_person_id_typ_pkg.get_pk_for_validation (

161: */
162: IF (((old_references.person_id_type = new_references.person_id_type)) OR
163: ((new_references.person_id_type IS NULL))) THEN
164: NULL;
165: ELSIF NOT igs_pe_person_id_typ_pkg.get_pk_for_validation (
166: new_references.person_id_type
167: ) THEN
168: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
169: igs_ge_msg_stack.add;