DBA Data[Home] [Help]

APPS.HR_USER_ACCT_INTERNAL dependencies on FND_RESPONSIBILITY_TL

Line 355: ,p_resp_name in fnd_responsibility_tl.responsibility_name%type

351: -- ----------------------------------------------------------------------------
352: --
353: PROCEDURE create_fnd_responsibility
354: (p_resp_key in fnd_responsibility.responsibility_key%type
355: ,p_resp_name in fnd_responsibility_tl.responsibility_name%type
356: ,p_resp_app_id in fnd_responsibility.application_id%type
357: ,p_resp_description in fnd_responsibility_tl.description%type
358: default null
359: ,p_start_date in fnd_responsibility.start_date%type

Line 357: ,p_resp_description in fnd_responsibility_tl.description%type

353: PROCEDURE create_fnd_responsibility
354: (p_resp_key in fnd_responsibility.responsibility_key%type
355: ,p_resp_name in fnd_responsibility_tl.responsibility_name%type
356: ,p_resp_app_id in fnd_responsibility.application_id%type
357: ,p_resp_description in fnd_responsibility_tl.description%type
358: default null
359: ,p_start_date in fnd_responsibility.start_date%type
360: ,p_end_date in fnd_responsibility.end_date%type default null
361: ,p_data_group_name in fnd_data_groups_standard_view.data_group_name%type

Line 1278: -- BEN_NEW_USER_RESP_PROFILE FND_RESPONSIBILITY_TL,

1274: -- OM_DEFAULT_EVENT_SYSTEM_STATUS HR_LOOKUPS
1275: -- OM_DEFAULT_EVENT_USER_STATUS HR_LOOKUPS
1276: -- HR_TAX_LOCATION_CHANGE FND_LOOKUPS
1277: -- OTA_SSHR_AUTO_GL_TRANSFER FND_LOOKUPS
1278: -- BEN_NEW_USER_RESP_PROFILE FND_RESPONSIBILITY_TL,
1279: -- FND_RESPONSIBILITY
1280: -- BEN_USER_TO_ORG_LINK HR_ALL_ORGANIZATION_UNITS,
1281: -- HR_ALL_ORGANIZATION_UNITS_TL
1282: -- OTA_HR_GLOBAL_BUSINESS_GROUP_ID PER_BUSINESS_GROUPS

Line 1461: FROM FND_RESPONSIBILITY_TL L,

1457:
1458: -- BEN_NEW_USER_RESP_PROFILE
1459: CURSOR lc_get_new_usr_resp_profl IS
1460: SELECT L.RESPONSIBILITY_NAME visible_option_value ,TO_CHAR(L.RESPONSIBILITY_ID)|| TO_CHAR(L.APPLICATION_ID) profile_option_value
1461: FROM FND_RESPONSIBILITY_TL L,
1462: FND_RESPONSIBILITY R
1463: WHERE R.RESPONSIBILITY_ID = L.RESPONSIBILITY_ID
1464: AND R.APPLICATION_ID = L.APPLICATION_ID
1465: AND L.LANGUAGE = USERENV('LANG')