DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_UTILS dependencies on PA_DISTRIBUTION_LIST_UTILS

Line 970: return pa_distribution_list_utils.get_access_level(p_object_Type => 'PA_OBJECT_PAGE_LAYOUT',

966: exception when others then
967: return 0;
968: end;
969:
970: return pa_distribution_list_utils.get_access_level(p_object_Type => 'PA_OBJECT_PAGE_LAYOUT',
971: p_object_id => l_object_page_layout_id,
972: x_return_status => x_return_status,
973: x_msg_count => x_msg_count,
974: x_msg_data => x_msg_data);

Line 1016: access_level := pa_distribution_list_utils.get_access_level(p_object_Type => 'PA_OBJECT_PAGE_LAYOUT',

1012: if (x_return_code = 'T') then
1013: return 2;
1014: else
1015: if (l_object_page_layout_id <> -9999) then
1016: access_level := pa_distribution_list_utils.get_access_level(p_object_Type => 'PA_OBJECT_PAGE_LAYOUT',
1017: p_object_id => l_object_page_layout_id,
1018: x_return_status => x_return_status,
1019: x_msg_count => x_msg_count,
1020: x_msg_data => x_msg_data);