DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_ORGANIZATION_BK10

Line 4163: hr_organization_bk10.create_org_class_internal_b

4159: hr_utility.set_location(l_proc, 15);
4160: --
4161: -- added the hook for create_org_class_internal
4162: begin
4163: hr_organization_bk10.create_org_class_internal_b
4164: ( p_effective_date => trunc(p_effective_date)
4165: ,p_organization_id => p_organization_id
4166: ,p_org_classif_code => p_org_classif_code
4167: ,p_classification_enabled => p_classification_enabled

Line 4220: hr_organization_bk10.create_org_class_internal_a

4216: hr_utility.set_location(l_proc, 70);
4217:
4218: begin
4219:
4220: hr_organization_bk10.create_org_class_internal_a
4221: ( p_effective_date => trunc(p_effective_date)
4222: ,p_organization_id => p_organization_id
4223: ,p_org_classif_code => p_org_classif_code
4224: ,p_classification_enabled => p_classification_enabled