DBA Data[Home] [Help]

APPS.IGS_AS_CALC_AWARD_MARK dependencies on STANDARD

Line 1159: -- Standard call to get message count and if count is 1, get message

1155: END IF; -- IF l_mark_config_id IS NOT NULL THEN
1156:
1157: -- Initialize API return status to success.
1158: x_return_status := fnd_api.g_ret_sts_success;
1159: -- Standard call to get message count and if count is 1, get message
1160: -- info.
1161: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1162:
1163: IF l_unit_lvl_mark IS NOT NULL

Line 1476: -- Standard call to get message count and if count is 1, get message info.

1472: p_award_mark := l_sum;
1473: p_honors_level := l_honors_level;
1474: -- Initialize API return status to success.
1475: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
1476: -- Standard call to get message count and if count is 1, get message info.
1477: FND_MSG_PUB.Count_And_Get(
1478: p_count => x_MSG_COUNT,
1479: p_data => X_MSG_DATA);
1480: EXCEPTION

Line 1540: -- Standard call to get message count and if count is 1, get message info.

1536: --Calculation sucessful hence return properly with value.
1537: RETURN l_award_mark;
1538:
1539: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
1540: -- Standard call to get message count and if count is 1, get message info.
1541: FND_MSG_PUB.Count_And_Get(
1542: p_count => x_MSG_COUNT,
1543: p_data => X_MSG_DATA);
1544: EXCEPTION