DBA Data[Home] [Help]

APPS.PAY_NAF_BUS dependencies on HR_UTILITY

Line 12: hr_utility.set_location ('Entering:'

8: (p_rec IN OUT NOCOPY pay_naf_shd.g_rec_type) IS
9: l_proc varchar2(72) DEFAULT g_package
10: || 'insert_validate';
11: BEGIN
12: hr_utility.set_location ('Entering:'
13: || l_proc
14: ,5);
15:
16: hr_utility.set_location (' Leaving:'

Line 16: hr_utility.set_location (' Leaving:'

12: hr_utility.set_location ('Entering:'
13: || l_proc
14: ,5);
15:
16: hr_utility.set_location (' Leaving:'
17: || l_proc
18: ,10);
19: END insert_validate;
20:

Line 26: hr_utility.set_location ('Entering:'

22: (p_rec IN OUT NOCOPY pay_naf_shd.g_rec_type) IS
23: l_proc varchar2(72) DEFAULT g_package
24: || 'insert_validate';
25: BEGIN
26: hr_utility.set_location ('Entering:'
27: || l_proc
28: ,5);
29:
30: hr_utility.set_location (' Leaving:'

Line 30: hr_utility.set_location (' Leaving:'

26: hr_utility.set_location ('Entering:'
27: || l_proc
28: ,5);
29:
30: hr_utility.set_location (' Leaving:'
31: || l_proc
32: ,10);
33: END update_validate;
34:

Line 40: hr_utility.set_location ('Entering:'

36: (p_rec IN pay_naf_shd.g_rec_type) IS
37: l_proc varchar2(72) DEFAULT g_package
38: || 'insert_validate';
39: BEGIN
40: hr_utility.set_location ('Entering:'
41: || l_proc
42: ,5);
43:
44: hr_utility.set_location (' Leaving:'

Line 44: hr_utility.set_location (' Leaving:'

40: hr_utility.set_location ('Entering:'
41: || l_proc
42: ,5);
43:
44: hr_utility.set_location (' Leaving:'
45: || l_proc
46: ,10);
47: END delete_validate;
48: END pay_naf_bus;