DBA Data[Home] [Help]

APPS.IGS_PR_PROUT_LGCY_PUB dependencies on IGS_PR_OU_TYPE_PKG

Line 288: IF (NOT igs_pr_ou_type_pkg.get_pk_for_validation (

284: -- x_return_value to FALSE when the Progression Outcome Type is not
285: -- already defined in the system.
286: --
287: IF (p_lgcy_prout_rec.progression_outcome_type IS NOT NULL) THEN
288: IF (NOT igs_pr_ou_type_pkg.get_pk_for_validation (
289: p_lgcy_prout_rec.progression_outcome_type
290: )) THEN
291: FND_MESSAGE.SET_NAME ('IGS', 'IGS_PR_OU_TYPE_FK');
292: FND_MSG_PUB.ADD;