DBA Data[Home] [Help]

APPS.HR_USER_ACCT_UTILITY dependencies on FND_MENUS

Line 190: -- fnd_menus.menu_name, which is the internal name for a

186: -- responsibility, do not enter any value in this field.
187: --
188: -- new_resp_menu_name - mandatory only for creating a new responsibility.
189: -- Length cannot exceed the length of
190: -- fnd_menus.menu_name, which is the internal name for a
191: -- menu with a size of 30 characters.
192: -- If associating the new user name to an existing
193: -- responsibility, do not enter any value in this field.
194: --

Line 318: ,new_resp_menu_name fnd_menus.menu_name%type

314: ,new_resp_data_group_name
315: fnd_data_groups_standard_view.data_group_name%type
316: ,new_resp_data_grp_app_id
317: fnd_responsibility.data_group_application_id%type
318: ,new_resp_menu_name fnd_menus.menu_name%type
319: ,new_resp_request_group_name fnd_request_groups.request_group_name%type
320: ,new_resp_req_grp_app_id fnd_application.application_id%type
321: ,new_resp_version fnd_responsibility.version%type
322: ,new_resp_web_host_name fnd_responsibility.web_host_name%type

Line 382: -- fnd_menus.menu_name, both are 30 characters each. The

378: -- left null unless you want to add new function exclusion
379: -- rules in addition to the template responsibility's
380: -- exclusion rules. If entered, cannot exceed
381: -- the length of either fnd_form_functions.function_name or
382: -- fnd_menus.menu_name, both are 30 characters each. The
383: -- valid values in this field are one of the following:
384: -- i) fnd_form_functions.function_name if rule_type = 'F'.
385: -- ii) fnd_menus.menu_name if rule_type = 'M'.
386: --

Line 385: -- ii) fnd_menus.menu_name if rule_type = 'M'.

381: -- the length of either fnd_form_functions.function_name or
382: -- fnd_menus.menu_name, both are 30 characters each. The
383: -- valid values in this field are one of the following:
384: -- i) fnd_form_functions.function_name if rule_type = 'F'.
385: -- ii) fnd_menus.menu_name if rule_type = 'M'.
386: --
387: -- delete_flag - NOT USED. This field is for future use.
388: -- The default value is 'N'. This field is ignored in
389: -- the current delivery.