DBA Data[Home] [Help]

APPS.PQH_COPY_ENTITY_RESULTS_API dependencies on HR_UTILITY

Line 228: hr_utility.set_location('Entering:'|| l_proc, 10);

224: l_object_version_number pqh_copy_entity_results.object_version_number%TYPE;
225: --
226: begin
227: --
228: hr_utility.set_location('Entering:'|| l_proc, 10);
229: --
230: -- Issue a savepoint if operating in validation only mode
231: --
232: savepoint create_copy_entity_result;

Line 234: hr_utility.set_location(l_proc, 20);

230: -- Issue a savepoint if operating in validation only mode
231: --
232: savepoint create_copy_entity_result;
233: --
234: hr_utility.set_location(l_proc, 20);
235: --
236: -- Process Logic
237: --
238: begin

Line 889: hr_utility.set_location(l_proc, 60);

885: -- End of API User Hook for the after hook of create_copy_entity_results
886: --
887: end;
888: --
889: hr_utility.set_location(l_proc, 60);
890: --
891: -- When in validation only mode raise the Validate_Enabled exception
892: --
893: if p_validate then

Line 902: hr_utility.set_location(' Leaving:'||l_proc, 70);

898: --
899: p_copy_entity_result_id := l_copy_entity_result_id;
900: p_object_version_number := l_object_version_number;
901: --
902: hr_utility.set_location(' Leaving:'||l_proc, 70);
903: --
904: exception
905: --
906: when hr_api.validate_enabled then

Line 919: hr_utility.set_location(' Leaving:'||l_proc, 80);

915: -- when validation only mode is being used.)
916: --
917: p_copy_entity_result_id := null;
918: p_object_version_number := null;
919: hr_utility.set_location(' Leaving:'||l_proc, 80);
920: --
921: when others then
922: p_copy_entity_result_id := null;
923: p_object_version_number := null;

Line 1150: hr_utility.set_location('Entering:'|| l_proc, 10);

1146: l_object_version_number pqh_copy_entity_results.object_version_number%TYPE ;
1147: --
1148: begin
1149: --
1150: hr_utility.set_location('Entering:'|| l_proc, 10);
1151: --
1152: -- Issue a savepoint if operating in validation only mode
1153: --
1154: savepoint update_copy_entity_result;

Line 1156: hr_utility.set_location(l_proc, 20);

1152: -- Issue a savepoint if operating in validation only mode
1153: --
1154: savepoint update_copy_entity_result;
1155: --
1156: hr_utility.set_location(l_proc, 20);
1157: --
1158: -- Process Logic
1159: --
1160: l_object_version_number := p_object_version_number;

Line 1814: hr_utility.set_location(l_proc, 60);

1810: -- End of API User Hook for the after hook of update_copy_entity_results
1811: --
1812: end;
1813: --
1814: hr_utility.set_location(l_proc, 60);
1815: --
1816: -- When in validation only mode raise the Validate_Enabled exception
1817: --
1818: if p_validate then

Line 1826: hr_utility.set_location(' Leaving:'||l_proc, 70);

1822: -- Set all output arguments
1823: --
1824: p_object_version_number := l_object_version_number;
1825: --
1826: hr_utility.set_location(' Leaving:'||l_proc, 70);
1827: --
1828: exception
1829: --
1830: when hr_api.validate_enabled then

Line 1841: hr_utility.set_location(' Leaving:'||l_proc, 80);

1837: -- Only set output warning arguments
1838: -- (Any key or derived arguments must be set to null
1839: -- when validation only mode is being used.)
1840: --
1841: hr_utility.set_location(' Leaving:'||l_proc, 80);
1842: --
1843: when others then
1844: p_object_version_number := l_object_version_number;
1845: --

Line 1870: hr_utility.set_location('Entering:'|| l_proc, 10);

1866: l_object_version_number pqh_copy_entity_results.object_version_number%TYPE;
1867: --
1868: begin
1869: --
1870: hr_utility.set_location('Entering:'|| l_proc, 10);
1871: --
1872: -- Issue a savepoint if operating in validation only mode
1873: --
1874: savepoint delete_copy_entity_result;

Line 1876: hr_utility.set_location(l_proc, 20);

1872: -- Issue a savepoint if operating in validation only mode
1873: --
1874: savepoint delete_copy_entity_result;
1875: --
1876: hr_utility.set_location(l_proc, 20);
1877: --
1878: -- Process Logic
1879: --
1880: l_object_version_number := p_object_version_number;

Line 1932: hr_utility.set_location(l_proc, 60);

1928: -- End of API User Hook for the after hook of delete_copy_entity_results
1929: --
1930: end;
1931: --
1932: hr_utility.set_location(l_proc, 60);
1933: --
1934: -- When in validation only mode raise the Validate_Enabled exception
1935: --
1936: if p_validate then

Line 1940: hr_utility.set_location(' Leaving:'||l_proc, 70);

1936: if p_validate then
1937: raise hr_api.validate_enabled;
1938: end if;
1939: --
1940: hr_utility.set_location(' Leaving:'||l_proc, 70);
1941: --
1942: exception
1943: --
1944: when hr_api.validate_enabled then

Line 1982: hr_utility.set_location('Entering:'|| l_proc, 10);

1978: l_proc varchar2(72) := g_package||'lck';
1979: --
1980: begin
1981: --
1982: hr_utility.set_location('Entering:'|| l_proc, 10);
1983: --
1984: pqh_cer_shd.lck
1985: (
1986: p_copy_entity_result_id => p_copy_entity_result_id

Line 1990: hr_utility.set_location(' Leaving:'||l_proc, 70);

1986: p_copy_entity_result_id => p_copy_entity_result_id
1987: ,p_object_version_number => p_object_version_number
1988: );
1989: --
1990: hr_utility.set_location(' Leaving:'||l_proc, 70);
1991: --
1992: end lck;
1993: --
1994: end pqh_copy_entity_results_api;