DBA Data[Home] [Help]

APPS.IGS_PR_COHINST_RANK_PKG dependencies on IGS_PR_COHORT_INST_PKG

Line 102: ELSIF NOT igs_pr_cohort_inst_pkg.get_pk_for_validation (

98: ((new_references.cohort_name IS NULL) OR
99: (new_references.load_cal_type IS NULL) OR
100: (new_references.load_ci_sequence_number IS NULL))) THEN
101: NULL;
102: ELSIF NOT igs_pr_cohort_inst_pkg.get_pk_for_validation (
103: new_references.cohort_name,
104: new_references.load_cal_type,
105: new_references.load_ci_sequence_number
106: ) THEN