DBA Data[Home] [Help]

APPS.PAY_SA_UPGRADE dependencies on HR_UTILITY

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

28: l_context_id NUMBER;
29: --
30: BEGIN
31: --
32: hr_utility.set_location('Entering: ' || l_proc, 10);
33: --
34: OPEN csr_context(p_context_name);
35: FETCH csr_context INTO l_context_id;
36: CLOSE csr_context;

Line 38: hr_utility.set_location('Leaving: ' || l_proc, 20);

34: OPEN csr_context(p_context_name);
35: FETCH csr_context INTO l_context_id;
36: CLOSE csr_context;
37: --
38: hr_utility.set_location('Leaving: ' || l_proc, 20);
39: --
40: RETURN l_context_id;
41: --
42: END get_context_id;

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

99: l_nationality VARCHAR2(30);
100: --
101: BEGIN
102: --
103: hr_utility.set_location('Entering: ' || l_proc, 10);
104: --
105: --
106: -- Get the IDs for the three contexts that are used.
107: --

Line 218: hr_utility.set_location('Leaving: ' || l_proc, 20);

214: --
215: CLOSE csr_results;
216: COMMIT;
217: --
218: hr_utility.set_location('Leaving: ' || l_proc, 20);
219: --
220: END upgrade_run_results;
221: --
222: --

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

233: --
234: l_proc VARCHAR2(61) := g_package || 'run';
235: BEGIN
236: --
237: hr_utility.set_location('Entering: ' || l_proc, 10);
238: --
239: --
240: -- Check to see if the nationality profile is set.
241: --

Line 253: hr_utility.set_location('Leaving: ' || l_proc, 20);

249: -- Correct run results and action contexts.
250: --
251: upgrade_run_results;
252: --
253: hr_utility.set_location('Leaving: ' || l_proc, 20);
254: --
255: EXCEPTION
256: WHEN OTHERS THEN
257: FND_FILE.PUT_LINE(FND_FILE.LOG, SQLERRM);