DBA Data[Home] [Help]

APPS.PER_EEO_MAG_REPORT dependencies on HR_ORGANIZATION_API

Line 2653: hr_organization_api.delete_org_manager

2649: --
2650: -- (delete AND turn marker to 'C') ...
2651: --
2652: BEGIN--Local3
2653: hr_organization_api.delete_org_manager
2654: (p_validate => false -- true
2655: ,p_org_information_id => l_org_information_id
2656: ,p_object_version_number => l_object_version_number
2657: );

Line 2677: /* hr_organization_api.create_org_information

2673: (which => fnd_file.log,
2674: buff => 'need to create new eit');
2675:
2676: BEGIN --Local4
2677: /* hr_organization_api.create_org_information
2678: (p_validate => false
2679: ,p_effective_date => l_effective_date
2680: ,p_organization_id => l_organization_id
2681: ,p_org_info_type_code => 'EEO_Archive'

Line 2703: hr_organization_api.create_org_information

2699: ,p_org_information17 => l_estab_rec.n_10_grand_total -- female two or more races
2700: ,p_org_information_id => l_org_information_id
2701: ,p_object_version_number => l_object_version_number
2702: ); */
2703: hr_organization_api.create_org_information
2704: (p_validate => false
2705: ,p_effective_date => l_effective_date
2706: ,p_organization_id => l_organization_id
2707: ,p_org_info_type_code => 'EEO_Archive'

Line 2780: hr_organization_api.delete_org_manager

2776: AND org_information_context = 'EEO_Archive'
2777: AND organization_id = p_business_group_id;
2778: END;--Local8
2779: BEGIN--Local9
2780: hr_organization_api.delete_org_manager
2781: (p_validate => false -- true
2782: ,p_org_information_id => l_org_information_id
2783: ,p_object_version_number => l_object_version_number
2784: );