DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_MENUS

Line 3276: ,p_menu_name in fnd_menus.menu_name%type

3272: ,p_responsibility_name in fnd_responsibility_tl.responsibility_name%type
3273: ,p_owner in varchar2
3274: ,p_data_group_app_short_name in fnd_application.application_short_name%type
3275: ,p_data_group_name in fnd_data_groups_standard_view.data_group_name%type
3276: ,p_menu_name in fnd_menus.menu_name%type
3277: ,p_start_date in varchar2
3278: ,p_end_date in varchar2
3279: ,p_description in varchar2
3280: ,p_group_app_short_name in fnd_application.application_short_name%type

Line 3423: l_new_menu_name fnd_menus.menu_name%type;

3419: l_new_owner varchar2(120);
3420: l_new_data_group_app_name fnd_application.application_short_name%type;
3421: l_new_data_group_name fnd_data_groups_standard_view.data_group_name%type;
3422: l_new_data_group_id fnd_data_groups_standard_view.data_group_name%type;
3423: l_new_menu_name fnd_menus.menu_name%type;
3424: l_new_start_date varchar2(240); -- must be varchar
3425: l_new_end_date varchar2(240); -- must be varchar
3426: l_new_description varchar2(240);
3427: l_new_group_app_short_name fnd_application.application_short_name%type;

Line 3452: fnd_menus menus

3448: resp.web_host_name web_host_name,
3449: resp.web_agent_name web_agent_name
3450: from fnd_responsibility_vl resp,
3451: fnd_application_vl apps,
3452: fnd_menus menus
3453: where resp.application_id = apps.application_id
3454: and resp.menu_id = menus.menu_id
3455: and resp.responsibility_key = cp_new_responsibility_key;
3456: