DBA Data[Home] [Help]

APPS.PAY_IE_LE_MIGRATE dependencies on HR_ORGANIZATION_API

Line 172: HR_ORGanization_api.update_org_information

168: END LOOP;
169:
170: BEGIN
171: l_object_version_number := v_er_bg.object_version_number;
172: HR_ORGanization_api.update_org_information
173: (
174: p_validate => FALSE,
175: p_effective_date => sysdate,
176: p_org_information_id => v_er_bg.org_information_id,

Line 551: HR_ORGANIZATION_API.create_organization(

547: fnd_file.put_line(FND_FILE.LOG,'Date To => '|| v_org.date_to);
548: fnd_file.put_line(FND_FILE.LOG,'Int Or Ext Flag => '|| v_org.internal_external_flag);
549:
550: -- Create new Organization
551: HR_ORGANIZATION_API.create_organization(
552: p_validate => FALSE
553: ,p_effective_date => sysdate
554: ,p_business_group_id => p_bg_id
555: ,p_name => v_org.org_information8

Line 568: HR_ORGANIZATION_API.create_org_class_internal(

564: fnd_file.put_line(FND_FILE.LOG,'Organization Id => '|| p_org_id);
565:
566: -- Attach classification Legal Employer
567: l_stage := 'Create Classification ' || v_org.org_information8;
568: HR_ORGANIZATION_API.create_org_class_internal(
569: p_validate => FALSE
570: ,p_effective_date => sysdate
571: ,p_organization_id => p_org_id
572: ,p_org_classif_code => 'HR_LEGAL_EMPLOYER'

Line 589: HR_ORGanization_api.create_org_information(

585: fnd_file.put_line(FND_FILE.LOG,' ');
586: fnd_file.put_line(FND_FILE.LOG,' ');
587:
588: -- Create new extra Information for the Legal Employer
589: HR_ORGanization_api.create_org_information(
590: p_validate => FALSE,
591: p_effective_date => sysdate,
592: p_Org_Information_Id => l_org_information_id,
593: p_Org_Info_type_code => 'IE_EMPLOYER_INFO',

Line 688: HR_ORGanization_api.update_org_information

684:
685: l_stage := 'Set Migration Status '||v_org.org_information8;
686: l_object_version_number := v_org.object_version_number;
687: -- Set the Employer Information as migrated
688: HR_ORGanization_api.update_org_information
689: (
690: p_validate => FALSE,
691: p_effective_date => sysdate,
692: p_org_information_id => v_org.org_information_id,