DBA Data[Home] [Help]

APPS.PA_ASSIGNMENTS_PUB dependencies on PA_INTERFACE_UTILS_PUB

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

803:
804: x_msg_count := FND_MSG_PUB.Count_Msg;
805:
806: IF x_msg_count = 1 THEN
807: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
808: ,p_msg_index => 1
809: ,p_data => x_msg_data
810: ,p_msg_index_out => l_msg_index_out
811: );

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

1803:
1804: x_msg_count := FND_MSG_PUB.Count_Msg;
1805:
1806: IF x_msg_count = 1 THEN
1807: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1808: ,p_msg_index => 1
1809: ,p_data => x_msg_data
1810: ,p_msg_index_out => l_msg_index_out
1811: );

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

1974: -- If g_error_exists is TRUE then set the x_return_status to 'E'
1975:
1976: x_msg_count := FND_MSG_PUB.Count_Msg;
1977: IF x_msg_count = 1 THEN
1978: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1979: ,p_msg_index => 1
1980: ,p_data => x_msg_data
1981: ,p_msg_index_out => l_msg_index_out
1982: );

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

3055: CLOSE check_record_version;
3056:
3057: x_msg_count := FND_MSG_PUB.Count_Msg;
3058: IF x_msg_count = 1 THEN
3059: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
3060: ,p_msg_index => 1
3061: ,p_data => x_msg_data
3062: ,p_msg_index_out => l_msg_index_out
3063: );

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

4839: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
4840: --
4841: x_msg_count := FND_MSG_PUB.Count_Msg;
4842: IF x_msg_count = 1 THEN
4843: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
4844: ,p_msg_index => 1
4845: ,p_data => x_msg_data
4846: ,p_msg_index_out => l_msg_index_out
4847: );

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

5063: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
5064: --
5065: x_msg_count := FND_MSG_PUB.Count_Msg;
5066: IF x_msg_count = 1 THEN
5067: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
5068: ,p_msg_index => 1
5069: ,p_data => x_msg_data
5070: ,p_msg_index_out => l_msg_index_out
5071: );

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

5368: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
5369: --
5370: x_msg_count := FND_MSG_PUB.Count_Msg;
5371: IF x_msg_count = 1 THEN
5372: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
5373: ,p_msg_index => 1
5374: ,p_data => x_msg_data
5375: ,p_msg_index_out => l_msg_index_out
5376: );

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

6520: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
6521: --
6522: x_msg_count := FND_MSG_PUB.Count_Msg;
6523: IF x_msg_count = 1 THEN
6524: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
6525: ,p_msg_index => 1
6526: ,p_data => x_msg_data
6527: ,p_msg_index_out => l_msg_index_out
6528: );

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

7035: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
7036: --
7037: x_msg_count := FND_MSG_PUB.Count_Msg;
7038: IF x_msg_count = 1 THEN
7039: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
7040: ,p_msg_index => 1
7041: ,p_data => x_msg_data
7042: ,p_msg_index_out => l_msg_index_out
7043: );