DBA Data[Home] [Help]

APPS.PAY_NAF_INS dependencies on HR_UTILITY

Line 15: hr_utility.set_location ('Entering:'

11: CURSOR c_seq IS
12: SELECT pay_no_altinn_transfers_s.nextval
13: FROM sys.dual;
14: BEGIN
15: hr_utility.set_location ('Entering:'
16: || l_proc
17: ,5);
18:
19: OPEN c_seq;

Line 26: hr_utility.set_location (' Leaving:'

22: INTO p_rec.transfer_id;
23:
24: CLOSE c_seq;
25:
26: hr_utility.set_location (' Leaving:'
27: || l_proc
28: ,10);
29: END pre_insert;
30:

Line 36: hr_utility.set_location ('Entering:'

32: (p_rec IN pay_naf_shd.g_rec_type) IS
33: l_proc varchar2(72) DEFAULT g_package
34: || 'post_insert';
35: BEGIN
36: hr_utility.set_location ('Entering:'
37: || l_proc
38: ,5);
39:
40: hr_utility.set_location (' Leaving:'

Line 40: hr_utility.set_location (' Leaving:'

36: hr_utility.set_location ('Entering:'
37: || l_proc
38: ,5);
39:
40: hr_utility.set_location (' Leaving:'
41: || l_proc
42: ,10);
43: END post_insert;
44:

Line 50: hr_utility.set_location ('Entering:'

46: (p_rec IN OUT NOCOPY pay_naf_shd.g_rec_type) IS
47: l_proc varchar2(72) DEFAULT g_package
48: || 'insert_dml';
49: BEGIN
50: hr_utility.set_location ('Entering:'
51: || l_proc
52: ,5);
53:
54: p_rec.object_version_number := 1;

Line 142: hr_utility.set_location (' Leaving:'

138: ,p_rec.tfr_information20);
139:
140: pay_naf_shd.g_api_dml := FALSE;
141:
142: hr_utility.set_location (' Leaving:'
143: || l_proc
144: ,10);
145: END insert_dml;
146:

Line 153: hr_utility.set_location ('Entering:'

149: ,p_validate IN boolean DEFAULT FALSE) IS
150: l_proc varchar2(72) DEFAULT g_package
151: || 'ins.';
152: BEGIN
153: hr_utility.set_location ('Entering:'
154: || l_proc
155: ,5);
156:
157: IF p_validate THEN

Line 173: hr_utility.set_location (' Leaving:'

169: IF p_validate THEN
170: RAISE hr_api.validate_enabled;
171: END IF;
172:
173: hr_utility.set_location (' Leaving:'
174: || l_proc
175: ,10);
176: END ins;
177:

Line 223: hr_utility.set_location ('Entering:'

219: l_rec pay_naf_shd.g_rec_type;
220: l_proc varchar2(72) DEFAULT g_package
221: || 'ins';
222: BEGIN
223: hr_utility.set_location ('Entering:'
224: || l_proc
225: ,5);
226:
227: l_rec := pay_naf_shd.convert_args (NULL

Line 274: hr_utility.set_location (' Leaving:'

270: p_transfer_id := l_rec.transfer_id;
271:
272: p_object_version_number := l_rec.object_version_number;
273:
274: hr_utility.set_location (' Leaving:'
275: || l_proc
276: ,10);
277: END ins;
278: END pay_naf_ins;