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 1181: pa_interface_utils_pub.get_messages

1177: l_msg_count := fnd_msg_pub.count_msg;
1178: x_rowid := null; --assign to the initial value
1179: x_ci_transaction_id := null; --assign to the initial value
1180: if l_msg_count = 1 then
1181: pa_interface_utils_pub.get_messages
1182: (p_encoded => fnd_api.g_false,
1183: p_msg_index => 1,
1184: p_msg_count => l_msg_count ,
1185: p_msg_data => l_msg_data ,

Line 1462: pa_interface_utils_pub.get_messages

1458: when fnd_api.g_exc_error then
1459: x_return_status := fnd_api.g_ret_sts_error;
1460: l_msg_count := fnd_msg_pub.count_msg;
1461: if l_msg_count = 1 then
1462: pa_interface_utils_pub.get_messages
1463: (p_encoded => fnd_api.g_false,
1464: p_msg_index => 1,
1465: p_msg_count => l_msg_count ,
1466: p_msg_data => l_msg_data ,

Line 2381: pa_interface_utils_pub.get_messages

2377: when fnd_api.g_exc_error then
2378: x_return_status := fnd_api.g_ret_sts_error;
2379: l_msg_count := fnd_msg_pub.count_msg;
2380: if l_msg_count = 1 then
2381: pa_interface_utils_pub.get_messages
2382: (p_encoded => fnd_api.g_false,
2383: p_msg_index => 1,
2384: p_msg_count => l_msg_count ,
2385: p_msg_data => l_msg_data ,

Line 2536: pa_interface_utils_pub.get_messages

2532: when fnd_api.g_exc_error then
2533: x_return_status := fnd_api.g_ret_sts_error;
2534: l_msg_count := fnd_msg_pub.count_msg;
2535: if l_msg_count = 1 then
2536: pa_interface_utils_pub.get_messages
2537: (p_encoded => fnd_api.g_false,
2538: p_msg_index => 1,
2539: p_msg_count => l_msg_count ,
2540: p_msg_data => l_msg_data ,

Line 2691: pa_interface_utils_pub.get_messages

2687: when fnd_api.g_exc_error then
2688: x_return_status := fnd_api.g_ret_sts_error;
2689: l_msg_count := fnd_msg_pub.count_msg;
2690: if l_msg_count = 1 then
2691: pa_interface_utils_pub.get_messages
2692: (p_encoded => fnd_api.g_false,
2693: p_msg_index => 1,
2694: p_msg_count => l_msg_count ,
2695: p_msg_data => l_msg_data ,

Line 3039: pa_interface_utils_pub.get_messages

3035: when fnd_api.g_exc_error then
3036: x_return_status := fnd_api.g_ret_sts_error;
3037: l_msg_count := fnd_msg_pub.count_msg;
3038: if l_msg_count = 1 then
3039: pa_interface_utils_pub.get_messages
3040: (p_encoded => fnd_api.g_false,
3041: p_msg_index => 1,
3042: p_msg_count => l_msg_count ,
3043: p_msg_data => l_msg_data ,

Line 3471: pa_interface_utils_pub.get_messages

3467: when fnd_api.g_exc_error then
3468: x_return_status := fnd_api.g_ret_sts_error;
3469: l_msg_count := fnd_msg_pub.count_msg;
3470: if l_msg_count = 1 then
3471: pa_interface_utils_pub.get_messages
3472: (p_encoded => fnd_api.g_false,
3473: p_msg_index => 1,
3474: p_msg_count => l_msg_count ,
3475: p_msg_data => l_msg_data ,

Line 3716: PA_INTERFACE_UTILS_PUB.Get_Messages (

3712: -- Get the Message Count.
3713: l_Msg_Count := FND_MSG_PUB.Count_Msg;
3714:
3715: IF (l_Msg_Count = 1) THEN
3716: PA_INTERFACE_UTILS_PUB.Get_Messages (
3717: p_Encoded => FND_API.g_False
3718: , p_Msg_Index => 1
3719: , p_Msg_Count => l_Msg_Count
3720: , p_Msg_Data => l_Msg_Data