DBA Data[Home] [Help]

APPS.IGS_PR_COHORT_INST_PKG dependencies on IGS_PR_CLASS_RANK

Line 601: IGS_PR_CLASS_RANK.RAISE_CLSRANK_BE_CR001 (

597: -- raise business event in case of change in cohort/rank status
598: IF new_references.cohort_status <> old_references.cohort_status OR
599: new_references.rank_status <> old_references.rank_status THEN
600: -- raise the business event for change in status of cohort instnace
601: IGS_PR_CLASS_RANK.RAISE_CLSRANK_BE_CR001 (
602: P_COHORT_NAME => new_references.cohort_name,
603: P_COHORT_INSTANCE => rpad(new_references.load_cal_type,10)||
604: rpad(new_references.load_ci_sequence_number,6),
605: P_NEW_COHORT_STATUS => new_references.cohort_status,