DBA Data[Home] [Help]

APPS.PA_ASSIGNMENTS_PUB dependencies on PA_INTERFACE_UTILS_PUB

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

838:
839: x_msg_count := FND_MSG_PUB.Count_Msg;
840:
841: IF x_msg_count = 1 THEN
842: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
843: ,p_msg_index => 1
844: ,p_data => x_msg_data
845: ,p_msg_index_out => l_msg_index_out
846: );

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

1852:
1853: x_msg_count := FND_MSG_PUB.Count_Msg;
1854:
1855: IF x_msg_count = 1 THEN
1856: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1857: ,p_msg_index => 1
1858: ,p_data => x_msg_data
1859: ,p_msg_index_out => l_msg_index_out
1860: );

Line 1908: pa_interface_utils_pub.get_messages

1904: x_return_status := FND_API.G_RET_STS_ERROR;
1905: x_msg_count := FND_MSG_PUB.Count_Msg;
1906:
1907: IF x_msg_count = 1 THEN
1908: pa_interface_utils_pub.get_messages
1909: (p_encoded => FND_API.G_TRUE,
1910: p_msg_index => 1,
1911: p_data => x_msg_data,
1912: p_msg_index_out => l_msg_index_out );

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

2037: -- If g_error_exists is TRUE then set the x_return_status to 'E'
2038:
2039: x_msg_count := FND_MSG_PUB.Count_Msg;
2040: IF x_msg_count = 1 THEN
2041: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
2042: ,p_msg_index => 1
2043: ,p_data => x_msg_data
2044: ,p_msg_index_out => l_msg_index_out
2045: );

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

3137: CLOSE check_record_version;
3138:
3139: x_msg_count := FND_MSG_PUB.Count_Msg;
3140: IF x_msg_count = 1 THEN
3141: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
3142: ,p_msg_index => 1
3143: ,p_data => x_msg_data
3144: ,p_msg_index_out => l_msg_index_out
3145: );

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

5815: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
5816: --
5817: x_msg_count := FND_MSG_PUB.Count_Msg;
5818: IF x_msg_count = 1 THEN
5819: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
5820: ,p_msg_index => 1
5821: ,p_data => x_msg_data
5822: ,p_msg_index_out => l_msg_index_out
5823: );

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

6039: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
6040: --
6041: x_msg_count := FND_MSG_PUB.Count_Msg;
6042: IF x_msg_count = 1 THEN
6043: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
6044: ,p_msg_index => 1
6045: ,p_data => x_msg_data
6046: ,p_msg_index_out => l_msg_index_out
6047: );

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

6344: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
6345: --
6346: x_msg_count := FND_MSG_PUB.Count_Msg;
6347: IF x_msg_count = 1 THEN
6348: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
6349: ,p_msg_index => 1
6350: ,p_data => x_msg_data
6351: ,p_msg_index_out => l_msg_index_out
6352: );

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

7496: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
7497: --
7498: x_msg_count := FND_MSG_PUB.Count_Msg;
7499: IF x_msg_count = 1 THEN
7500: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
7501: ,p_msg_index => 1
7502: ,p_data => x_msg_data
7503: ,p_msg_index_out => l_msg_index_out
7504: );

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

8011: -- IF the number of messaages is 1 then fetch the message code from the stack and return its text
8012: --
8013: x_msg_count := FND_MSG_PUB.Count_Msg;
8014: IF x_msg_count = 1 THEN
8015: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
8016: ,p_msg_index => 1
8017: ,p_data => x_msg_data
8018: ,p_msg_index_out => l_msg_index_out
8019: );