DBA Data[Home] [Help]

APPS.PA_REPORT_TYPES_UTILS dependencies on PA_UTILS

Line 28: PA_UTILS.Add_Message( p_app_short_name => 'PA'

24: and trunc(SYSDATE) between trunc(Start_Date_Active) and nvl(trunc(End_Date_Active),trunc(SYSDATE));
25: exception
26: when no_data_found then
27: x_return_status := 'E';
28: PA_UTILS.Add_Message( p_app_short_name => 'PA'
29: ,p_msg_name => 'PA_PAGE_LAYOUT_NAME_INV');
30: end ;
31:
32: End get_page_id_from_layout;

Line 52: PA_UTILS.Add_Message( p_app_short_name => 'PA'

48: where report_type_id = p_report_type_id;
49: exception
50: when no_data_found then
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