DBA Data[Home] [Help]

APPS.PA_RESOURCE_PVT dependencies on PA_INTERFACE_UTILS_PUB

Line 397: pa_interface_utils_pub.get_messages

393:
394: -- Put a message text from message stack into the x_msg_data if there is only
395: -- single error.
396: IF x_msg_count = 1 THEN
397: pa_interface_utils_pub.get_messages
398: (p_encoded => FND_API.G_TRUE
399: ,p_msg_index => 1
400: ,p_data => x_msg_data
401: ,p_msg_index_out => l_msg_index_out);

Line 583: pa_interface_utils_pub.get_messages

579:
580: -- Put a message text from message stack into the x_msg_data if there is only
581: -- single error.
582: IF x_msg_count = 1 THEN
583: pa_interface_utils_pub.get_messages
584: (p_encoded => FND_API.G_TRUE
585: ,p_msg_index => 1
586: ,p_data => x_msg_data
587: ,p_msg_index_out => l_msg_index_out);

Line 1380: pa_interface_utils_pub.get_messages

1376:
1377: -- Put a message text from message stack into the x_msg_data if there is only
1378: -- single error.
1379: IF x_msg_count = 1 THEN
1380: pa_interface_utils_pub.get_messages
1381: (p_encoded => FND_API.G_TRUE
1382: ,p_msg_index => 1
1383: ,p_data => x_msg_data
1384: ,p_msg_index_out => l_msg_index_out);

Line 1718: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

1714:
1715: x_msg_count := FND_MSG_PUB.Count_Msg;
1716:
1717: IF x_msg_count = 1 THEN
1718: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1719: ,p_msg_index => 1
1720: ,p_data => x_msg_data
1721: ,p_msg_index_out => l_msg_index_out);
1722: END IF;

Line 2899: pa_interface_utils_pub.get_messages

2895:
2896: -- Put a message text from message stack into the x_msg_data if there is only
2897: -- single error.
2898: IF x_msg_count = 1 THEN
2899: pa_interface_utils_pub.get_messages
2900: (p_encoded => FND_API.G_TRUE
2901: ,p_msg_index => 1
2902: ,p_data => x_msg_data
2903: ,p_msg_index_out => l_msg_index_out);