DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_ORGANIZATION_BK3

Line 1011: hr_organization_bk3.create_organization_b

1007: l_date_from := trunc (p_date_from);
1008: l_effective_date := trunc (p_effective_date);
1009: --
1010: begin
1011: hr_organization_bk3.create_organization_b
1012: (p_effective_date => l_effective_date
1013: ,p_language_code => p_language_code
1014: ,p_business_group_id => p_business_group_id
1015: ,p_date_from => l_date_from

Line 1120: hr_organization_bk3.create_organization_a

1116: hr_utility.set_location(l_proc, 20);
1117: --
1118:
1119: begin
1120: hr_organization_bk3.create_organization_a
1121: (p_effective_date => l_effective_date
1122: ,p_language_code => p_language_code
1123: ,p_business_group_id => p_business_group_id
1124: ,p_date_from => l_date_from