DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_APPLICATION

Line 223: (p_app_short_name in fnd_application.application_short_name%type

219: ,p_fed_seg_attribute in varchar2 default 'N'
220: ,p_valueset_tab in out nocopy
221: per_ri_config_tech_summary.valueset_tab);
222: PROCEDURE create_responsibility
223: (p_app_short_name in fnd_application.application_short_name%type
224: ,p_resp_key in fnd_responsibility_vl.responsibility_name%type
225: ,p_responsibility_id in fnd_responsibility.responsibility_id%type
226: ,p_responsibility_name in fnd_responsibility_tl.responsibility_name%type
227: ,p_owner in varchar2

Line 228: ,p_data_group_app_short_name in fnd_application.application_short_name%type

224: ,p_resp_key in fnd_responsibility_vl.responsibility_name%type
225: ,p_responsibility_id in fnd_responsibility.responsibility_id%type
226: ,p_responsibility_name in fnd_responsibility_tl.responsibility_name%type
227: ,p_owner in varchar2
228: ,p_data_group_app_short_name in fnd_application.application_short_name%type
229: ,p_data_group_name in fnd_data_groups_standard_view.data_group_name%type
230: ,p_menu_name in fnd_menus.menu_name%type
231: ,p_start_date in varchar2
232: ,p_end_date in varchar2

Line 234: ,p_group_app_short_name in fnd_application.application_short_name%type

230: ,p_menu_name in fnd_menus.menu_name%type
231: ,p_start_date in varchar2
232: ,p_end_date in varchar2
233: ,p_description in varchar2
234: ,p_group_app_short_name in fnd_application.application_short_name%type
235: ,p_request_group_name in fnd_request_groups.request_group_name%type
236: ,p_version in varchar2
237: ,p_web_host_name in fnd_responsibility.web_host_name%type
238: ,p_web_agent_name in fnd_responsibility.web_agent_name%type);