DBA Data[Home] [Help]

APPS.IGS_DA_REQ_WIF_PKG dependencies on IGS_CA_INST_PKG

Line 130: ELSIF NOT igs_ca_inst_pkg.get_pk_for_validation (

126: (old_references.catalog_ci_seq_num = new_references.catalog_ci_seq_num)) OR
127: ((new_references.catalog_cal_type IS NULL) OR
128: (new_references.catalog_ci_seq_num IS NULL))) THEN
129: NULL;
130: ELSIF NOT igs_ca_inst_pkg.get_pk_for_validation (
131: new_references.catalog_cal_type,
132: new_references.catalog_ci_seq_num
133: ) THEN
134: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');