DBA Data[Home] [Help]

APPS.HR_GL_COST_CENTERS dependencies on HR_ORGANIZATION_API

Line 807: hr_organization_api.create_organization

803: close csr_chk_org_name;
804:
805: begin
806: hr_utility.set_location(l_proc||' org name '||l_org_name,130);
807: hr_organization_api.create_organization
808: (p_effective_date => sysdate
809: ,p_business_group_id => p_bg_id
810: ,p_date_from => l_org_start_dt
811: ,p_name => l_org_name

Line 834: hr_organization_api.create_company_cost_center

830: ** a Company Cost Center(Class = 'CC') classification/info type.
831: */
832: begin
833: hr_utility.set_location(l_proc,150);
834: hr_organization_api.create_company_cost_center
835: (p_effective_date => sysdate
836: ,p_organization_id=>l_organization_id
837: ,p_company_valueset_id => p_company_vs
838: ,p_company => p_company

Line 873: hr_organization_api.create_org_classification

869:
870:
871: begin
872: hr_utility.set_location(l_proc,170);
873: hr_organization_api.create_org_classification
874: (p_effective_date => sysdate
875: ,p_organization_id=>l_organization_id
876: ,p_org_classif_code =>'HR_ORG'
877: ,p_org_information_id => l_class_id

Line 945: hr_organization_api.enable_org_classification(

941: begin
942: if l_enabled_flag = 'N' then
943: /* The class is disabled. Temporarily enable it.
944: */
945: hr_organization_api.enable_org_classification(
946: p_effective_date => sysdate,
947: p_org_information_id => l_class_id,
948: p_org_info_type_code => 'CC',
949: p_object_version_number => l_class_ovn);

Line 953: hr_organization_api.create_org_information

949: p_object_version_number => l_class_ovn);
950: end if;
951:
952: hr_utility.set_location(l_proc,210);
953: hr_organization_api.create_org_information
954: (p_effective_date => sysdate
955: ,p_organization_id=>l_organization_id
956: ,p_org_info_type_code => 'Company Cost Center'
957: ,p_org_information2 => p_company_vs

Line 970: hr_organization_api.disable_org_classification(

966:
967: if l_enabled_flag = 'N' then
968: /* The class is disabled. Reset it....
969: */
970: hr_organization_api.disable_org_classification(
971: p_effective_date => sysdate,
972: p_org_information_id => l_class_id,
973: p_org_info_type_code => 'CC',
974: p_object_version_number => l_class_ovn);

Line 1002: hr_organization_api.create_org_classification

998:
999:
1000: begin
1001: hr_utility.set_location(l_proc,220);
1002: hr_organization_api.create_org_classification
1003: (p_effective_date => sysdate
1004: ,p_organization_id=>l_organization_id
1005: ,p_org_classif_code =>'HR_ORG'
1006: ,p_org_information_id => l_class_id

Line 1113: hr_organization_api.create_organization

1109: hr_utility.set_location(l_proc,260);
1110:
1111: begin
1112: hr_utility.set_location(l_proc||' org name '||l_org_name,130);
1113: hr_organization_api.create_organization
1114: (p_effective_date => sysdate
1115: ,p_business_group_id => p_bg_id
1116: ,p_date_from => l_org_start_dt
1117: ,p_name => l_org_name

Line 1140: hr_organization_api.create_company_cost_center

1136: ** a Company Cost Center(Class = 'CC') classification/info type.
1137: */
1138: begin
1139: hr_utility.set_location(l_proc,150);
1140: hr_organization_api.create_company_cost_center
1141: (p_effective_date => sysdate
1142: ,p_organization_id=>l_organization_id
1143: ,p_company_valueset_id => p_company_vs
1144: ,p_company => p_company

Line 1178: hr_organization_api.create_org_classification

1174: hr_utility.set_location(l_proc,315);
1175:
1176: begin
1177: hr_utility.set_location(l_proc,170);
1178: hr_organization_api.create_org_classification
1179: (p_effective_date => sysdate
1180: ,p_organization_id=>l_organization_id
1181: ,p_org_classif_code =>'HR_ORG'
1182: ,p_org_information_id => l_class_id

Line 1240: hr_organization_api.create_company_cost_center

1236: ** a Company Cost Center(Class = 'CC') classification/info type.
1237: */
1238: begin
1239: hr_utility.set_location(l_proc,150);
1240: hr_organization_api.create_company_cost_center
1241: (p_effective_date => sysdate
1242: ,p_organization_id=>l_organization_id
1243: ,p_company_valueset_id => p_company_vs
1244: ,p_company => p_company

Line 1278: hr_organization_api.create_org_classification

1274: if csr_chk_org_class%NOTFOUND then
1275: hr_utility.set_location(l_proc,320);
1276: begin
1277: hr_utility.set_location(l_proc,170);
1278: hr_organization_api.create_org_classification
1279: (p_effective_date => sysdate
1280: ,p_organization_id=>l_organization_id
1281: ,p_org_classif_code =>'HR_ORG'
1282: ,p_org_information_id => l_class_id