DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_UTILS dependencies on PA_INTERFACE_UTILS_PUB

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

290: end if;
291:
292: x_msg_count := FND_MSG_PUB.Count_Msg;
293: IF x_msg_count = 1 THEN
294: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
295: ,p_msg_index => 1
296: ,p_data => x_msg_data
297: ,p_msg_index_out => l_msg_index_out
298: );

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

403: ,p_msg_name => 'PA_EDIT_TEMPLATE_INV');
404: x_return_status := FND_API.G_RET_STS_ERROR;
405: x_msg_count := FND_MSG_PUB.Count_Msg;
406: IF x_msg_count = 1 then
407: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
408: ,p_msg_index => 1
409: ,p_data => x_msg_data
410: ,p_msg_index_out => l_msg_index_out
411: );