DBA Data[Home] [Help]

APPS.HR_BIS_ALERTS dependencies on FND_API

Line 1236: , p_commit => FND_API.G_TRUE

1232:
1233: IF p_actual_rec.actual IS NOT NULL THEN
1234: pl(' Posting actual...');
1235: bis_ACTUAL_PUB.Post_Actual( p_api_version => 1.0
1236: , p_commit => FND_API.G_TRUE
1237: , p_Actual_Rec => p_actual_rec
1238: , x_return_status => x_return_status
1239: , x_msg_count => x_msg_count
1240: , x_msg_data => x_msg_data

Line 1243: IF x_return_status = fnd_api.g_ret_sts_unexp_error THEN

1239: , x_msg_count => x_msg_count
1240: , x_msg_data => x_msg_data
1241: , x_error_Tbl => x_error_Tbl);
1242:
1243: IF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
1244: RAISE e_g_bis_fn_error;
1245: END IF;
1246: pl(' BIS Post actual return status ', x_return_status);
1247: END IF;

Line 1463: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN

1459: pl(' Resp id',to_char(l_resp_id));
1460:
1461: pl(' Workflow return status: ',l_return_status);
1462:
1463: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
1464: RAISE e_g_bis_fn_error;
1465: END IF;
1466:
1467: pl('*SEND Manpower Separation notification','End');

Line 1954: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN

1950: pl(' Resp id : ',to_char(l_resp_id));
1951:
1952: pl(' Workflow return status : ',l_return_status);
1953:
1954: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
1955: RAISE e_g_bis_fn_error;
1956: END IF;
1957:
1958: pl('*SEND Manpower Variance notification','End');

Line 2594: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN

2590: pl(' Resp id : ',to_char(l_resp_id));
2591:
2592: pl(' Workflow return status : ',l_return_status);
2593:
2594: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
2595: RAISE e_g_bis_fn_error;
2596: END IF;
2597:
2598: pl('*SEND Recruitment Success notification','End');

Line 3101: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN

3097: pl(' Resp id',to_char(l_resp_id));
3098:
3099: pl(' Workflow return status: ',l_return_status);
3100:
3101: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
3102: RAISE e_g_bis_fn_error;
3103: END IF;
3104:
3105: pl('*SEND Training Success notification','End');

Line 3437: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN

3433: ,x_error_Tbl => l_error_tbl
3434: );
3435: pl('return status: ',l_return_status);
3436:
3437: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
3438: -- One reason for excpetion may be that 0 rows are returned
3439: -- hence the use of an exception to stop this bombing the
3440: -- whole process and not calcing the targets
3441: RAISE e_g_bis_fn_error;