DBA Data[Home] [Help]

APPS.IGS_PR_GEN_005 dependencies on APP_EXCEPTION

Line 75: app_exception.raise_exception;

71: WHEN OTHERS THEN
72: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
73: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_CLC_APL_EXPRY');
74: igs_ge_msg_stack.ADD;
75: app_exception.raise_exception;
76: END igs_pr_clc_apl_expry;
77:
78: FUNCTION igs_pr_clc_cause_expry (
79: p_course_cd IN VARCHAR2,

Line 151: app_exception.raise_exception;

147: WHEN OTHERS THEN
148: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
149: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_CLC_CAUSE_EXPRY');
150: igs_ge_msg_stack.ADD;
151: app_exception.raise_exception;
152: END igs_pr_clc_cause_expry;
153:
154: FUNCTION igs_pr_clc_stdnt_comp (
155: p_person_id IN NUMBER,

Line 392: app_exception.raise_exception;

388: WHEN OTHERS THEN
389: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
390: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_CLC_STDNT_COMP');
391: igs_ge_msg_stack.ADD;
392: app_exception.raise_exception;
393: END igs_pr_clc_stdnt_comp;
394:
395: FUNCTION igs_pr_get_appeal_alwd (
396: p_progression_rule_cat IN VARCHAR2,

Line 473: app_exception.raise_exception;

469: WHEN OTHERS THEN
470: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
471: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_APPEAL_ALWD');
472: igs_ge_msg_stack.ADD;
473: app_exception.raise_exception;
474: END igs_pr_get_appeal_alwd;
475:
476: FUNCTION igs_pr_get_cause_alwd (
477: p_progression_rule_cat IN VARCHAR2,

Line 554: app_exception.raise_exception;

550: WHEN OTHERS THEN
551: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
552: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_CAUSE_ALWD');
553: igs_ge_msg_stack.ADD;
554: app_exception.raise_exception;
555: END igs_pr_get_cause_alwd;
556:
557: FUNCTION igs_pr_get_num_fail (
558: p_person_id IN NUMBER,

Line 648: app_exception.raise_exception;

644: WHEN OTHERS THEN
645: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
646: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_NUM_FAIL');
647: igs_ge_msg_stack.ADD;
648: app_exception.raise_exception;
649: END igs_pr_get_num_fail;
650:
651: FUNCTION igs_pr_get_prg_dai (
652: p_course_cd IN VARCHAR2,

Line 754: app_exception.raise_exception;

750: WHEN OTHERS THEN
751: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
752: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_PRG_DAI');
753: igs_ge_msg_stack.ADD;
754: app_exception.raise_exception;
755: END igs_pr_get_prg_dai;
756:
757: FUNCTION igs_pr_get_prg_pen_end (
758: p_prg_cal_type IN VARCHAR2,

Line 819: app_exception.raise_exception;

815: WHEN OTHERS THEN
816: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
817: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_PRG_PEN_END');
818: igs_ge_msg_stack.ADD;
819: app_exception.raise_exception;
820: END igs_pr_get_prg_pen_end;
821:
822: FUNCTION igs_pr_get_prg_status (
823: p_person_id IN NUMBER,

Line 963: app_exception.raise_exception;

959: WHEN OTHERS THEN
960: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
961: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_PRG_STATUS.PRGPL_COURSE_MATCH');
962: igs_ge_msg_stack.ADD;
963: app_exception.raise_exception;
964: END prgpl_course_match;
965:
966: FUNCTION prgpl_course_group_match (
967: pl_encmb_course_group_cd igs_pr_stdnt_pr_ou.encmb_course_group_cd%TYPE

Line 1020: app_exception.raise_exception;

1016: WHEN OTHERS THEN
1017: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1018: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_PRG_STATUS.PRGPL_COURSE_GROUP_MATCH');
1019: igs_ge_msg_stack.ADD;
1020: app_exception.raise_exception;
1021: END prgpl_course_group_match;
1022:
1023: PROCEDURE prgpl_determine_outcome_level (
1024: pl_spo_course_cd igs_pr_stdnt_pr_ou.course_cd%TYPE,

Line 1100: app_exception.raise_exception;

1096: WHEN OTHERS THEN
1097: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1098: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_PRG_STATUS.PRGPL_DETERMINE_OUTCOME_LEVEL');
1099: igs_ge_msg_stack.ADD;
1100: app_exception.raise_exception;
1101: END prgpl_determine_outcome_level;
1102: BEGIN -- IGS_PR_get_prg_status
1103: -- Determine the latest period with pending/active outcomes
1104: OPEN c_spo_ci;

Line 1163: app_exception.raise_exception;

1159: WHEN OTHERS THEN
1160: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1161: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_PRG_STATUS');
1162: igs_ge_msg_stack.ADD;
1163: app_exception.raise_exception;
1164: END igs_pr_get_prg_status;
1165:
1166: FUNCTION igs_pr_get_sca_appeal (
1167: p_person_id IN NUMBER,

Line 1206: app_exception.raise_exception;

1202: WHEN OTHERS THEN
1203: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1204: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_SCA_APPEAL');
1205: igs_ge_msg_stack.ADD;
1206: app_exception.raise_exception;
1207: END igs_pr_get_sca_appeal;
1208:
1209: FUNCTION igs_pr_get_sca_appl (
1210: p_person_id IN NUMBER,

Line 1395: app_exception.raise_exception;

1391: WHEN OTHERS THEN
1392: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1393: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_SCA_APPL');
1394: igs_ge_msg_stack.ADD;
1395: app_exception.raise_exception;
1396: END igs_pr_get_sca_appl;
1397:
1398: FUNCTION igs_pr_get_sca_cmt (
1399: p_person_id IN NUMBER,

Line 1496: app_exception.raise_exception;

1492: WHEN OTHERS THEN
1493: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1494: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_SCA_CMT');
1495: igs_ge_msg_stack.ADD;
1496: app_exception.raise_exception;
1497: END igs_pr_get_sca_cmt;
1498:
1499: FUNCTION igs_pr_get_sca_state (
1500: p_person_id IN NUMBER,

Line 1659: app_exception.raise_exception;

1655: WHEN OTHERS THEN
1656: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1657: fnd_message.set_token ('NAME', 'IGS_PR_GEN_005.IGS_PR_GET_SCA_STATE');
1658: igs_ge_msg_stack.ADD;
1659: app_exception.raise_exception;
1660: END igs_pr_get_sca_state;
1661:
1662: FUNCTION igs_pr_get_scpm_value (
1663: p_person_id IN NUMBER,