DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_BK6 dependencies on ZX_HR_ORG_INFO_USER_HOOK

Line 16: zx_hr_org_info_user_hook.create_party_tax_profile

12: begin
13: hr_utility.set_location('Entering: HR_ORGANIZATION_BK6.CREATE_ORG_CLASSIFICATION_A', 10);
14: l_commit_unit_number := hr_api.return_commit_unit;
15: if hr_api.call_app_hooks then
16: zx_hr_org_info_user_hook.create_party_tax_profile
17: (P_ORGANIZATION_ID => P_ORGANIZATION_ID
18: ,P_ORG_CLASSIF_CODE => P_ORG_CLASSIF_CODE
19: );
20: end if;