DBA Data[Home] [Help]

APPS.HR_USER_ACCT_INTERNAL dependencies on HR_USER_ACCT_UTILITY

Line 196: hr_user_acct_utility.fnd_profile_opt_val_tbl

192: default null
193: ,p_new_resp_key in fnd_responsibility.responsibility_key%type
194: ,p_new_resp_app_id in fnd_responsibility.application_id%type
195: ,p_fnd_profile_opt_val_tbl in
196: hr_user_acct_utility.fnd_profile_opt_val_tbl
197: ,p_out_profile_opt_val_tbl out
198: hr_user_acct_utility.fnd_profile_opt_val_tbl
199: );
200: --

Line 198: hr_user_acct_utility.fnd_profile_opt_val_tbl

194: ,p_new_resp_app_id in fnd_responsibility.application_id%type
195: ,p_fnd_profile_opt_val_tbl in
196: hr_user_acct_utility.fnd_profile_opt_val_tbl
197: ,p_out_profile_opt_val_tbl out
198: hr_user_acct_utility.fnd_profile_opt_val_tbl
199: );
200: --
201: -- ----------------------------------------------------------------------------
202: -- |-------------------- < build_func_sec_exclusion_rules > -------------------|

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 206: ,p_out_func_sec_excl_tbl out nocopy hr_user_acct_utility.func_sec_excl_tbl);

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: -- ----------------------------------------------------------------------------
210: -- |--------------------- < create_fnd_resp_functions > ----------------------|