DBA Data[Home] [Help]

APPS.IGS_PR_COHORT_INST_PKG dependencies on IGS_PR_COHORT_PKG

Line 92: ELSIF NOT igs_pr_cohort_pkg.get_pk_for_validation (

88:
89: IF (((old_references.cohort_name = new_references.cohort_name)) OR
90: ((new_references.cohort_name IS NULL))) THEN
91: NULL;
92: ELSIF NOT igs_pr_cohort_pkg.get_pk_for_validation (
93: new_references.cohort_name
94: ) THEN
95: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
96: igs_ge_msg_stack.add;