DBA Data[Home] [Help]

APPS.HR_USER_ACCT_INTERNAL dependencies on FND_RESP_FUNCTIONS

Line 205: (p_func_sec_excl_tbl in hr_user_acct_utility.fnd_resp_functions_tbl

201: -- ----------------------------------------------------------------------------
202: -- |-------------------- < build_func_sec_exclusion_rules > -------------------|
203: -- ----------------------------------------------------------------------------
204: PROCEDURE build_func_sec_exclusion_rules
205: (p_func_sec_excl_tbl in hr_user_acct_utility.fnd_resp_functions_tbl
206: ,p_out_func_sec_excl_tbl out nocopy hr_user_acct_utility.func_sec_excl_tbl);
207: --
208: --
209: -- ----------------------------------------------------------------------------

Line 210: -- |--------------------- < create_fnd_resp_functions > ----------------------|

206: ,p_out_func_sec_excl_tbl out nocopy hr_user_acct_utility.func_sec_excl_tbl);
207: --
208: --
209: -- ----------------------------------------------------------------------------
210: -- |--------------------- < create_fnd_resp_functions > ----------------------|
211: -- ----------------------------------------------------------------------------
212: --
213: PROCEDURE create_fnd_resp_functions
214: (p_resp_key in fnd_responsibility.responsibility_key%type

Line 213: PROCEDURE create_fnd_resp_functions

209: -- ----------------------------------------------------------------------------
210: -- |--------------------- < create_fnd_resp_functions > ----------------------|
211: -- ----------------------------------------------------------------------------
212: --
213: PROCEDURE create_fnd_resp_functions
214: (p_resp_key in fnd_responsibility.responsibility_key%type
215: ,p_rule_type in fnd_resp_functions.rule_type%type
216: ,p_rule_name in varchar2
217: ,p_delete_flag in varchar2 default 'N');

Line 215: ,p_rule_type in fnd_resp_functions.rule_type%type

211: -- ----------------------------------------------------------------------------
212: --
213: PROCEDURE create_fnd_resp_functions
214: (p_resp_key in fnd_responsibility.responsibility_key%type
215: ,p_rule_type in fnd_resp_functions.rule_type%type
216: ,p_rule_name in varchar2
217: ,p_delete_flag in varchar2 default 'N');
218: --
219: -- ----------------------------------------------------------------------------