DBA Data[Home] [Help]

APPS.PA_REPORT_TYPES_UTILS dependencies on FND_MSG_PUB

Line 15: fnd_msg_pub.initialize;

11: Begin
12: x_return_status := 'S';
13:
14: if nvl(p_init_msg_list,'T') = 'T' then
15: fnd_msg_pub.initialize;
16: end if;
17:
18: begin
19: select page_id

Line 55: x_msg_count := FND_MSG_PUB.Count_Msg;

51: x_return_status := 'E';
52: PA_UTILS.Add_Message( p_app_short_name => 'PA'
53: ,p_msg_name => 'PA_REPORT_NAME_INV');
54: end ;
55: x_msg_count := FND_MSG_PUB.Count_Msg;
56: If x_msg_count = 1 then
57: pa_interface_utils_pub.get_messages(p_encoded => FND_API.G_TRUE
58: ,p_msg_index => 1
59: ,p_data => x_msg_data