DBA Data[Home] [Help]

APPS.IGS_PR_GEN_004 dependencies on IGS_PR_GEN_003

Line 1238: IGS_PR_GEN_003.IGS_PR_get_config_parm (

1234: SAVEPOINT sp_before_spo_apply;
1235: v_process_next_spo := FALSE;
1236: v_message_name := NULL;
1237: -- Call routine to get configuration options for the course version
1238: IGS_PR_GEN_003.IGS_PR_get_config_parm (
1239: v_spo_rec.course_cd,
1240: v_spo_rec.version_number,
1241: v_apply_start_dt_alias,
1242: v_apply_end_dt_alias,

Line 3009: igs_pr_gen_003.igs_pr_get_config_parm (

3005: IF v_last_course_cd IS NULL OR
3006: (v_last_course_cd <> v_course_cd OR
3007: v_last_version_number <> n_version_number) THEN
3008: -- Determine whether considering recommended outcomes in rule checking
3009: igs_pr_gen_003.igs_pr_get_config_parm (
3010: v_course_cd,
3011: n_version_number,
3012: v_apply_start_dt_alias,
3013: v_apply_end_dt_alias,

Line 6048: IGS_PR_GEN_003.IGS_PR_get_config_parm (

6044: v_start_dt > TRUNC(SYSDATE) THEN
6045: p_message_name := 'IGS_PR_UNPE_MRC_STAP_DT_PCAL';
6046: RETURN;
6047: END IF;
6048: IGS_PR_GEN_003.IGS_PR_get_config_parm (
6049: p_course_cd,
6050: v_sca_version_number,
6051: v_apply_start_dt_alias,
6052: v_apply_end_dt_alias,

Line 6092: IGS_PR_GEN_003.IGS_PR_ins_prg_msr (

6088: END IF;
6089: END IF;
6090: -- Call routine to insert progression measures (eg. GPA/WAM) into measures
6091: -- table
6092: IGS_PR_GEN_003.IGS_PR_ins_prg_msr (
6093: p_person_id,
6094: p_course_cd,
6095: v_sca_version_number,
6096: p_prg_cal_type,