DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_ORGANIZATION_BK9

Line 492: hr_organization_bk9.create_hr_organization_b

488: l_date_from := trunc (p_date_from);
489: l_effective_date := trunc (p_effective_date);
490: --
491: begin
492: hr_organization_bk9.create_hr_organization_b
493: (p_effective_date => l_effective_date
494: ,p_business_group_id => p_business_group_id
495: ,p_name => p_name
496: ,p_date_from => l_date_from

Line 718: hr_organization_bk9.create_hr_organization_a

714: --
715: hr_utility.set_location(l_proc, 70);
716: --
717: begin
718: hr_organization_bk9.create_hr_organization_a
719: (p_effective_date => l_effective_date
720: ,p_business_group_id => p_business_group_id
721: ,p_name => p_name
722: ,p_date_from => l_date_from