DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_ORGANIZATION_BK1

Line 2787: hr_organization_bk1.create_org_information_b

2783: --
2784: -- Call Before Process User Hook
2785: --
2786: begin
2787: hr_organization_bk1.create_org_information_b
2788: (p_effective_date => trunc(p_effective_date)
2789: ,p_org_info_type_code => p_org_info_type_code
2790: ,p_organization_id => p_organization_id
2791: ,p_org_information1 => p_org_information1

Line 2906: hr_organization_bk1.create_org_information_a

2902: --
2903: -- Call After Process User Hook
2904: --
2905: begin
2906: hr_organization_bk1.create_org_information_a
2907: (p_effective_date => trunc(p_effective_date)
2908: ,p_org_info_type_code => p_org_info_type_code
2909: ,p_organization_id => p_organization_id
2910: ,p_org_information1 => p_org_information1

Line 3107: hr_organization_bk1.create_org_information_b

3103: --
3104: if p_org_info_type_code <> 'Business Group Information' then
3105: begin
3106: --
3107: hr_organization_bk1.create_org_information_b
3108: (p_effective_date => trunc(p_effective_date)
3109: ,p_org_info_type_code => p_org_info_type_code
3110: ,p_organization_id => p_organization_id
3111: ,p_org_information1 => p_org_information1

Line 3260: hr_organization_bk1.create_org_information_a

3256: -- Call After Process User Hook
3257: --
3258: begin
3259: --
3260: hr_organization_bk1.create_org_information_a
3261: (p_effective_date => trunc(p_effective_date)
3262: ,p_org_info_type_code => p_org_info_type_code
3263: ,p_organization_id => p_organization_id
3264: ,p_org_information1 => p_org_information1

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