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 -- reverted the fix 10106543
272: ,p_tax_name => p_tax_name
273: ,p_telephone_number_1 => p_telephone_number_1
274: ,p_telephone_number_2 => p_telephone_number_2

Line 798: hr_location_internal.update_generic_location

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

Line 828: -- Passing 'null' to hr_location_internal

824: ,p_ship_to_location_id => p_ship_to_location_id
825: ,p_ship_to_site_flag => p_ship_to_site_flag
826: ,p_style => p_style
827: -- Bug 4195237 : 'p_tax_name' parameter is disabled.
828: -- Passing 'null' to hr_location_internal
829: -- ,p_tax_name => null -- reverted the fix 10106543
830: ,p_tax_name => p_tax_name
831: ,p_telephone_number_1 => p_telephone_number_1
832: ,p_telephone_number_2 => p_telephone_number_2

Line 1306: hr_location_internal.create_generic_location

1302: -- Process Logic
1303: --
1304: -- Call the internal API
1305:
1306: hr_location_internal.create_generic_location
1307: ( p_effective_date => p_effective_date
1308: ,p_location_id => l_location_id
1309: ,p_object_version_number => l_object_version_number
1310: ,p_location_code => p_location_code

Line 1616: hr_location_internal.update_generic_location

1612: END;
1613: --
1614: -- Call the internal API
1615: --
1616: hr_location_internal.update_generic_location
1617: ( p_effective_date => p_effective_date
1618: ,p_location_id => p_location_id
1619: ,p_object_version_number => l_object_version_number
1620: ,p_description => p_description

Line 1842: hr_location_internal.update_generic_location

1838: END;
1839: --
1840: -- UPDATE ROW IN HR_LOCATIONS_ALL table
1841: --
1842: hr_location_internal.update_generic_location
1843: ( p_effective_date => p_effective_date
1844: ,p_location_id => p_location_id
1845: ,p_object_version_number => l_object_version_number
1846: ,p_legal_address_flag => NULL

Line 1972: hr_location_internal.update_generic_location

1968: END;
1969: --
1970: -- UPDATE ROW IN HR_LOCATIONS_ALL table
1971: --
1972: hr_location_internal.update_generic_location
1973: ( p_effective_date => p_effective_date
1974: ,p_location_id => p_location_id
1975: ,p_object_version_number => l_object_version_number
1976: ,p_legal_address_flag => 'Y'