DBA Data[Home] [Help]

APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_GE_MSG_STACK

Line 657: igs_ge_msg_stack.ADD;

653: OR p_course_cd IS NULL
654: OR p_unit_level IS NULL
655: THEN
656: fnd_message.set_name ('IGS', 'IGS_PR_CALC_UNIT_LVL_PARAM_REQ');
657: igs_ge_msg_stack.ADD;
658: RAISE fnd_api.g_exc_error;
659: END IF;
660:
661: -- obtain the course version number

Line 1386: IGS_GE_MSG_STACK.ADD;

1382: IF p_person_id IS NULL OR
1383: p_course_cd IS NULL OR
1384: p_award_cd IS NULL THEN
1385: FND_MESSAGE.SET_NAME('IGS', 'IGS_PR_CALC_AWD_MARK_PARAM_REQ');
1386: IGS_GE_MSG_STACK.ADD;
1387: RAISE FND_API.G_EXC_ERROR;
1388: END IF;
1389:
1390: -- check for the career enabled model

Line 1453: IGS_GE_MSG_STACK.ADD;

1449: );
1450:
1451: IF X_RETURN_STATUS <> FND_API.G_RET_STS_SUCCESS THEN
1452: FND_MESSAGE.SET_NAME('IGS',X_MSG_DATA);
1453: IGS_GE_MSG_STACK.ADD;
1454: RAISE FND_API.G_EXC_ERROR;
1455: END IF;
1456: -- now derive the honofrs level
1457: l_sum := l_gpa_value;

Line 1533: IGS_GE_MSG_STACK.ADD;

1529: X_MSG_COUNT => X_MSG_COUNT);
1530:
1531: IF X_RETURN_STATUS <> FND_API.G_RET_STS_SUCCESS THEN
1532: FND_MESSAGE.SET_NAME('IGS',X_MSG_DATA);
1533: IGS_GE_MSG_STACK.ADD;
1534: RAISE FND_API.G_EXC_ERROR;
1535: END IF;
1536: --Calculation sucessful hence return properly with value.
1537: RETURN l_award_mark;