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

1283:
1284: -- Put a message text from message stack into the x_msg_data if there is only
1285: -- single error.
1286: IF x_msg_count = 1 THEN
1287: pa_interface_utils_pub.get_messages
1288: (p_encoded => FND_API.G_TRUE
1289: ,p_msg_index => 1
1290: ,p_data => x_msg_data
1291: ,p_msg_index_out => l_msg_index_out);

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

1615:
1616: x_msg_count := FND_MSG_PUB.Count_Msg;
1617:
1618: IF x_msg_count = 1 THEN
1619: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1620: ,p_msg_index => 1
1621: ,p_data => x_msg_data
1622: ,p_msg_index_out => l_msg_index_out);
1623: END IF;

Line 2800: pa_interface_utils_pub.get_messages

2796:
2797: -- Put a message text from message stack into the x_msg_data if there is only
2798: -- single error.
2799: IF x_msg_count = 1 THEN
2800: pa_interface_utils_pub.get_messages
2801: (p_encoded => FND_API.G_TRUE
2802: ,p_msg_index => 1
2803: ,p_data => x_msg_data
2804: ,p_msg_index_out => l_msg_index_out);