DBA Data[Home] [Help]

APPS.HR_USER_ACCT_INTERNAL dependencies on FND_RESPONSIBILITY_TL

Line 41: ,p_resp_name in fnd_responsibility_tl.responsibility_name%type

37: -- ----------------------------------------------------------------------------
38: --
39: PROCEDURE create_fnd_responsibility
40: (p_resp_key in fnd_responsibility.responsibility_key%type
41: ,p_resp_name in fnd_responsibility_tl.responsibility_name%type
42: ,p_resp_app_id in fnd_responsibility.application_id%type
43: ,p_resp_description in fnd_responsibility_tl.description%type
44: default null
45: ,p_start_date in fnd_responsibility.start_date%type

Line 43: ,p_resp_description in fnd_responsibility_tl.description%type

39: PROCEDURE create_fnd_responsibility
40: (p_resp_key in fnd_responsibility.responsibility_key%type
41: ,p_resp_name in fnd_responsibility_tl.responsibility_name%type
42: ,p_resp_app_id in fnd_responsibility.application_id%type
43: ,p_resp_description in fnd_responsibility_tl.description%type
44: default null
45: ,p_start_date in fnd_responsibility.start_date%type
46: ,p_end_date in fnd_responsibility.end_date%type default null
47: ,p_data_group_name in fnd_data_groups_standard_view.data_group_name%type