DBA Data[Home] [Help]

APPS.HR_LOCATION_API dependencies on HR_LOCATION_INTERNAL

Line 243: hr_location_internal.create_generic_location

239: -- Insert non-translatable rows into HR_LOCATIONS_ALL first
240:
241: hr_utility.set_location(l_proc, 25);
242:
243: hr_location_internal.create_generic_location
244: ( p_effective_date => p_effective_date
245: ,p_location_id => l_location_id
246: ,p_object_version_number => l_object_version_number
247: ,p_location_code => p_location_code

Line 270: -- Passing 'null' to hr_location_internal

266: ,p_ship_to_location_id => p_ship_to_location_id
267: ,p_ship_to_site_flag => p_ship_to_site_flag
268: ,p_style => p_style
269: -- Bug 4195237 : 'p_tax_name' parameter is disabled.
270: -- Passing 'null' to hr_location_internal
271: ,p_tax_name => null
272: ,p_telephone_number_1 => p_telephone_number_1
273: ,p_telephone_number_2 => p_telephone_number_2
274: ,p_telephone_number_3 => p_telephone_number_3

Line 796: hr_location_internal.update_generic_location

792: END;
793: --
794: -- Insert non-translatable rows in HR_LOCATIONS_ALL Table
795: --
796: hr_location_internal.update_generic_location
797: ( p_effective_date => p_effective_date
798: ,p_language_code => l_language_code -- Added for bug 3368450.
799: ,p_location_id => p_location_id
800: ,p_timezone_code => p_timezone_code

Line 826: -- Passing 'null' to hr_location_internal

822: ,p_ship_to_location_id => p_ship_to_location_id
823: ,p_ship_to_site_flag => p_ship_to_site_flag
824: ,p_style => p_style
825: -- Bug 4195237 : 'p_tax_name' parameter is disabled.
826: -- Passing 'null' to hr_location_internal
827: ,p_tax_name => null
828: ,p_telephone_number_1 => p_telephone_number_1
829: ,p_telephone_number_2 => p_telephone_number_2
830: ,p_telephone_number_3 => p_telephone_number_3

Line 1277: hr_location_internal.create_generic_location

1273: -- Process Logic
1274: --
1275: -- Call the internal API
1276:
1277: hr_location_internal.create_generic_location
1278: ( p_effective_date => p_effective_date
1279: ,p_location_id => l_location_id
1280: ,p_object_version_number => l_object_version_number
1281: ,p_location_code => p_location_code

Line 1535: hr_location_internal.update_generic_location

1531: END;
1532: --
1533: -- Call the internal API
1534: --
1535: hr_location_internal.update_generic_location
1536: ( p_effective_date => p_effective_date
1537: ,p_location_id => p_location_id
1538: ,p_object_version_number => l_object_version_number
1539: ,p_description => p_description

Line 1735: hr_location_internal.update_generic_location

1731: END;
1732: --
1733: -- UPDATE ROW IN HR_LOCATIONS_ALL table
1734: --
1735: hr_location_internal.update_generic_location
1736: ( p_effective_date => p_effective_date
1737: ,p_location_id => p_location_id
1738: ,p_object_version_number => l_object_version_number
1739: ,p_legal_address_flag => NULL

Line 1865: hr_location_internal.update_generic_location

1861: END;
1862: --
1863: -- UPDATE ROW IN HR_LOCATIONS_ALL table
1864: --
1865: hr_location_internal.update_generic_location
1866: ( p_effective_date => p_effective_date
1867: ,p_location_id => p_location_id
1868: ,p_object_version_number => l_object_version_number
1869: ,p_legal_address_flag => 'Y'