DBA Data[Home] [Help]

APPS.BIS_RL_PKG dependencies on BIS_CUSTOM_RELATED_LINKS_VL

Line 1803: from bis_custom_related_links_vl

1799: BEGIN
1800:
1801: select sum(level_user_id), sum(level_function_id), sum(level_application_id), sum(level_org_id), sum(level_responsibility_id),sum(level_site_id)
1802: into l_user_level, l_function_level, l_app_level, l_org_level, l_resp_level, l_site_level
1803: from bis_custom_related_links_vl
1804: where function_id = p_function_id;
1805:
1806: if (p_custom_level = CUSTOM_USER_LEVEL) then
1807: if (l_function_level is not null) then