DBA Data[Home] [Help]

APPS.HR_H2PI_BG_UPLOAD dependencies on HR_ORGANIZATION_API

Line 442: hr_organization_api.create_organization

438:
439: hr_utility.set_location(l_proc, 50);
440: IF l_hr_org_id = -1 THEN
441: hr_utility.set_location(l_proc, 60);
442: hr_organization_api.create_organization
443: (p_effective_date => SYSDATE
444: ,p_business_group_id => hr_h2pi_upload.g_to_business_group_id
445: ,p_date_from => v_ud_hr_org.date_from
446: ,p_date_to => v_ud_hr_org.date_to

Line 499: hr_organization_api.update_organization

495: RAISE MAPPING_ID_INVALID;
496: END;
497:
498: hr_utility.set_location(l_proc, 80);
499: hr_organization_api.update_organization
500: (p_effective_date => SYSDATE
501: ,p_organization_id => l_hr_org_id
502: ,p_date_from => v_ud_hr_org.date_from
503: ,p_date_to => v_ud_hr_org.date_to

Line 560: hr_organization_api.create_org_classification

556:
557: hr_utility.set_location(l_proc, 110);
558: IF l_hr_org_class_id = -1 THEN
559: hr_utility.set_location(l_proc, 120);
560: hr_organization_api.create_org_classification
561: (p_effective_date => SYSDATE
562: ,p_organization_id => l_hr_org_id
563: ,p_org_classif_code => v_ud_hr_org_class.org_information1
564: ,p_org_information_id => l_hr_org_class_id

Line 599: hr_organization_api.disable_org_classification

595: hr_utility.set_location(l_proc, 140);
596: IF v_ud_hr_org_class.org_information2 = 'N' AND
597: l_org_info2 = 'Y' THEN
598: hr_utility.set_location(l_proc, 150);
599: hr_organization_api.disable_org_classification
600: (p_effective_date => SYSDATE
601: ,p_org_information_id => l_hr_org_class_id
602: ,p_org_info_type_code => 'CLASS'
603: ,p_object_version_number => l_ovn

Line 608: hr_organization_api.enable_org_classification

604: );
605: ELSIF v_ud_hr_org_class.org_information2 = 'Y' AND
606: l_org_info2 = 'N' THEN
607: hr_utility.set_location(l_proc, 160);
608: hr_organization_api.enable_org_classification
609: (p_effective_date => SYSDATE
610: ,p_org_information_id => l_hr_org_class_id
611: ,p_org_info_type_code => 'CLASS'
612: ,p_object_version_number => l_ovn

Line 750: hr_organization_api.create_org_information

746:
747: IF l_hr_org_info_id = -1 THEN
748: hr_utility.set_location(l_proc, 210);
749:
750: hr_organization_api.create_org_information
751: (p_effective_date => SYSDATE
752: ,p_organization_id => l_hr_org_id
753: ,p_org_info_type_code
754: => v_ud_hr_org_info.org_information_context

Line 807: hr_organization_api.update_org_information

803: RAISE MAPPING_ID_INVALID;
804: END;
805:
806: hr_utility.set_location(l_proc, 230);
807: hr_organization_api.update_org_information
808: (p_effective_date => SYSDATE
809: ,p_org_info_type_code
810: => v_ud_hr_org_info.org_information_context
811: ,p_org_information1 => l_org_info1