DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_INTERFACE_UTILS_PUB

Line 339: /*Validating the p_impact_description with the PA_INTERFACE_UTILS_PUB.G_PA_MISS_XXX */

335: end if;
336:
337: if p_mode = 'INSERT' and x_return_status = FND_API.G_RET_STS_SUCCESS then
338:
339: /*Validating the p_impact_description with the PA_INTERFACE_UTILS_PUB.G_PA_MISS_XXX */
340: if p_impact_description = G_PA_MISS_CHAR or p_impact_description is null then
341: l_impact_description := null;
342: elsif p_impact_description <> G_PA_MISS_CHAR and p_impact_description is not null then
343: l_impact_description := p_impact_description;

Line 419: pa_interface_utils_pub.get_messages

415: x_ci_impact_id := null;
416: x_return_status := FND_API.G_RET_STS_ERROR;
417: l_msg_count := fnd_msg_pub.count_msg;
418: if l_msg_count = 1 then
419: pa_interface_utils_pub.get_messages
420: (p_encoded => fnd_api.g_false,
421: p_msg_index => 1,
422: p_msg_count => l_msg_count ,
423: p_msg_data => l_msg_data ,

Line 1198: pa_interface_utils_pub.get_messages

1194: l_msg_count := fnd_msg_pub.count_msg;
1195: x_rowid := null; --assign to the initial value
1196: x_ci_transaction_id := null; --assign to the initial value
1197: if l_msg_count = 1 then
1198: pa_interface_utils_pub.get_messages
1199: (p_encoded => fnd_api.g_false,
1200: p_msg_index => 1,
1201: p_msg_count => l_msg_count ,
1202: p_msg_data => l_msg_data ,

Line 1479: pa_interface_utils_pub.get_messages

1475: when fnd_api.g_exc_error then
1476: x_return_status := fnd_api.g_ret_sts_error;
1477: l_msg_count := fnd_msg_pub.count_msg;
1478: if l_msg_count = 1 then
1479: pa_interface_utils_pub.get_messages
1480: (p_encoded => fnd_api.g_false,
1481: p_msg_index => 1,
1482: p_msg_count => l_msg_count ,
1483: p_msg_data => l_msg_data ,

Line 2398: pa_interface_utils_pub.get_messages

2394: when fnd_api.g_exc_error then
2395: x_return_status := fnd_api.g_ret_sts_error;
2396: l_msg_count := fnd_msg_pub.count_msg;
2397: if l_msg_count = 1 then
2398: pa_interface_utils_pub.get_messages
2399: (p_encoded => fnd_api.g_false,
2400: p_msg_index => 1,
2401: p_msg_count => l_msg_count ,
2402: p_msg_data => l_msg_data ,

Line 2553: pa_interface_utils_pub.get_messages

2549: when fnd_api.g_exc_error then
2550: x_return_status := fnd_api.g_ret_sts_error;
2551: l_msg_count := fnd_msg_pub.count_msg;
2552: if l_msg_count = 1 then
2553: pa_interface_utils_pub.get_messages
2554: (p_encoded => fnd_api.g_false,
2555: p_msg_index => 1,
2556: p_msg_count => l_msg_count ,
2557: p_msg_data => l_msg_data ,

Line 2708: pa_interface_utils_pub.get_messages

2704: when fnd_api.g_exc_error then
2705: x_return_status := fnd_api.g_ret_sts_error;
2706: l_msg_count := fnd_msg_pub.count_msg;
2707: if l_msg_count = 1 then
2708: pa_interface_utils_pub.get_messages
2709: (p_encoded => fnd_api.g_false,
2710: p_msg_index => 1,
2711: p_msg_count => l_msg_count ,
2712: p_msg_data => l_msg_data ,

Line 3056: pa_interface_utils_pub.get_messages

3052: when fnd_api.g_exc_error then
3053: x_return_status := fnd_api.g_ret_sts_error;
3054: l_msg_count := fnd_msg_pub.count_msg;
3055: if l_msg_count = 1 then
3056: pa_interface_utils_pub.get_messages
3057: (p_encoded => fnd_api.g_false,
3058: p_msg_index => 1,
3059: p_msg_count => l_msg_count ,
3060: p_msg_data => l_msg_data ,

Line 3488: pa_interface_utils_pub.get_messages

3484: when fnd_api.g_exc_error then
3485: x_return_status := fnd_api.g_ret_sts_error;
3486: l_msg_count := fnd_msg_pub.count_msg;
3487: if l_msg_count = 1 then
3488: pa_interface_utils_pub.get_messages
3489: (p_encoded => fnd_api.g_false,
3490: p_msg_index => 1,
3491: p_msg_count => l_msg_count ,
3492: p_msg_data => l_msg_data ,

Line 3733: PA_INTERFACE_UTILS_PUB.Get_Messages (

3729: -- Get the Message Count.
3730: l_Msg_Count := FND_MSG_PUB.Count_Msg;
3731:
3732: IF (l_Msg_Count = 1) THEN
3733: PA_INTERFACE_UTILS_PUB.Get_Messages (
3734: p_Encoded => FND_API.g_False
3735: , p_Msg_Index => 1
3736: , p_Msg_Count => l_Msg_Count
3737: , p_Msg_Data => l_Msg_Data