DBA Data[Home] [Help]

APPS.HR_USER_ACCT_UTILITY dependencies on FND_FORM_FUNCTIONS

Line 381: -- the length of either fnd_form_functions.function_name or

377: -- template responsibility are to be used, this field can be
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'.

Line 384: -- i) fnd_form_functions.function_name if rule_type = 'F'.

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: --
387: -- delete_flag - NOT USED. This field is for future use.
388: -- The default value is 'N'. This field is ignored in

Line 610: ,rule_name fnd_form_functions.function_name%type

606: ------------------------------------------------------------------------------
607: TYPE func_sec_excl_rec IS RECORD
608: (resp_key fnd_responsibility.responsibility_key%type
609: ,rule_type fnd_resp_functions.rule_type%type
610: ,rule_name fnd_form_functions.function_name%type
611: ,delete_flag varchar2(1));
612: --
613: TYPE func_sec_excl_tbl IS TABLE OF func_sec_excl_rec
614: INDEX BY BINARY_INTEGER;