[Home] [Help]
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
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
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
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