DBA Data[Home] [Help]

APPS.HR_SUMMARY_API2 dependencies on HR_UTILITY

Line 17: hr_utility.set_location('Entering: hr_summary_api2.update_item_type', 10);

13: ,p_seeded_data in varchar2
14: ,p_allowed in varchar2) is
15: begin
16: --
17: hr_utility.set_location('Entering: hr_summary_api2.update_item_type', 10);
18: --
19: if p_seeded_data = 'Y' then
20: if p_allowed = 'Y' then
21: null;

Line 41: hr_utility.set_location('Leaving: hr_summary_api2.update_item_type', 20);

37: ,p_text_value5 => p_count_clause2
38: ,p_text_value6 => p_where_clause
39: ,p_text_value7 => p_seeded_data);
40: --
41: hr_utility.set_location('Leaving: hr_summary_api2.update_item_type', 20);
42: --
43: end update_item_type;
44: -----------------
45: procedure update_key_type (p_key_type_id in number

Line 54: hr_utility.set_location('Entering: hr_summary_api2.update_key_type', 10);

50: ,p_seeded_data in varchar2
51: ,p_allowed in varchar2) is
52: begin
53: --
54: hr_utility.set_location('Entering: hr_summary_api2.update_key_type', 10);
55: --
56: if p_seeded_data = 'Y' then
57: if p_allowed = 'Y' then
58: null;

Line 74: hr_utility.set_location('Leaving: hr_summary_api2.update_key_type', 20);

70: ,p_text_value1 => p_name
71: ,p_text_value6 => p_key_function
72: ,p_text_value7 => p_seeded_data);
73: --
74: hr_utility.set_location('Leaving: hr_summary_api2.update_key_type', 20);
75: --
76: end update_key_type;
77: -----------------
78: procedure update_key_value (p_key_value_id in number

Line 86: hr_utility.set_location('Entering: hr_summary_api2.update_key_value', 10);

82: ,p_item_value_id in number
83: ,p_name in varchar2 ) is
84: begin
85: --
86: hr_utility.set_location('Entering: hr_summary_api2.update_key_value', 10);
87: --
88: /* call row handler package with correct parameters */
89: per_bil_upd.upd(p_type => 'KEY_VALUE'
90: ,p_id_value => p_key_value_id

Line 97: hr_utility.set_location('Leaving: hr_summary_api2.update_key_value', 20);

93: ,p_fk_value1 => p_key_type_id
94: ,p_fk_value2 => p_item_value_id
95: ,p_text_value1 => p_name);
96: --
97: hr_utility.set_location('Leaving: hr_summary_api2.update_key_value', 20);
98: --
99: end update_key_value;
100: -----------------
101: procedure update_item_value (p_item_value_id in number

Line 112: hr_utility.set_location('Entering: hr_summary_api2.update_item_value', 10);

108: ,p_numvalue2 in number
109: ,p_datevalue in date ) is
110: begin
111: --
112: hr_utility.set_location('Entering: hr_summary_api2.update_item_value', 10);
113: --
114: /* call row handler package with correct parameters */
115: per_bil_upd.upd(p_type => 'ITEM_VALUE'
116: ,p_id_value => p_item_value_id

Line 126: hr_utility.set_location('Leaving: hr_summary_api2.update_item_value', 20);

122: ,p_num_value1 => p_numvalue1
123: ,p_num_value2 => p_numvalue2
124: ,p_date_value1 => p_datevalue);
125: --
126: hr_utility.set_location('Leaving: hr_summary_api2.update_item_value', 20);
127: --
128: end update_item_value;
129: -----------------
130: procedure update_valid_restriction (p_valid_restriction_id in number

Line 139: hr_utility.set_location('Entering: hr_summary_api2.update_valid_restriction', 10);

135: ,p_seeded_data in varchar2
136: ,p_allowed in varchar2) is
137: begin
138: --
139: hr_utility.set_location('Entering: hr_summary_api2.update_valid_restriction', 10);
140: --
141: if p_seeded_data = 'Y' then
142: if p_allowed = 'Y' then
143: null;

Line 159: hr_utility.set_location('Leaving: hr_summary_api2.update_valid_restriction', 20);

155: ,p_fk_value1 => p_item_type_id
156: ,p_fk_value2 => p_restriction_type_id
157: ,p_text_value7 => p_seeded_data);
158: --
159: hr_utility.set_location('Leaving: hr_summary_api2.update_valid_restriction', 20);
160: --
161: end update_valid_restriction;
162: -----------------
163: procedure update_restriction_type (p_restriction_type_id in number

Line 174: hr_utility.set_location('Entering: hr_summary_api2.update_restriction_type', 10);

170: ,p_seeded_data in varchar2
171: ,p_allowed in varchar2) is
172: begin
173: --
174: hr_utility.set_location('Entering: hr_summary_api2.update_restriction_type', 10);
175: --
176: if p_seeded_data = 'Y' then
177: if p_allowed = 'Y' then
178: null;

Line 196: hr_utility.set_location('Leaving: hr_summary_api2.update_restriction_type', 20);

192: ,p_text_value3 => p_restriction_clause
193: ,p_text_value4 => p_restriction_sql
194: ,p_text_value7 => p_seeded_data);
195: --
196: hr_utility.set_location('Leaving: hr_summary_api2.update_restriction_type', 20);
197: --
198: end update_restriction_type;
199: -----------------
200: procedure update_restriction_usage (p_restriction_usage_id in number

Line 210: hr_utility.set_location('Entering: hr_summary_api2.update_restriction_usage', 10);

206: ,p_seeded_data in varchar2
207: ,p_allowed in varchar2) is
208: begin
209: --
210: hr_utility.set_location('Entering: hr_summary_api2.update_restriction_usage', 10);
211: --
212: if p_seeded_data = 'Y' then
213: if p_allowed = 'Y' then
214: null;

Line 231: hr_utility.set_location('Leaving: hr_summary_api2.update_restriction_usage', 20);

227: ,p_fk_value2 => p_valid_restriction_id
228: ,p_text_value1 => p_restriction_type
229: ,p_text_value7 => p_seeded_data);
230: --
231: hr_utility.set_location('Leaving: hr_summary_api2.update_restriction_usage', 20);
232: --
233: end update_restriction_usage;
234: -----------------
235: procedure update_restriction_value ( p_restriction_value_id in number

Line 244: hr_utility.set_location('Entering: hr_summary_api2.update_restriction_value', 10);

240: ,p_seeded_data in varchar2
241: ,p_allowed in varchar2) is
242: begin
243: --
244: hr_utility.set_location('Entering: hr_summary_api2.update_restriction_value', 10);
245: --
246: if p_seeded_data = 'Y' then
247: if p_allowed = 'Y' then
248: null;

Line 263: hr_utility.set_location('Leaving: hr_summary_api2.update_restriction_value', 20);

259: ,p_object_version_number => p_object_version_number
260: ,p_fk_value1 => p_restriction_usage_id
261: ,p_text_value1 => p_value);
262: --
263: hr_utility.set_location('Leaving: hr_summary_api2.update_restriction_value', 20);
264: --
265: end update_restriction_value;
266: -----------------
267: procedure update_item_type_usage ( p_item_type_usage_id in number

Line 278: hr_utility.set_location('Entering: hr_summary_api2.update_item_type_usage', 10);

274: ,p_seeded_data in varchar2
275: ,p_allowed in varchar2) is
276: begin
277: --
278: hr_utility.set_location('Entering: hr_summary_api2.update_item_type_usage', 10);
279: --
280: if p_seeded_data = 'Y' then
281: if p_allowed = 'Y' then
282: null;

Line 300: hr_utility.set_location('Leaving: hr_summary_api2.update_item_type_usage', 20);

296: ,p_fk_value1 => p_template_id
297: ,p_fk_value2 => p_item_type_id
298: ,p_text_value7 => p_seeded_data);
299: --
300: hr_utility.set_location('Leaving: hr_summary_api2.update_item_type_usage', 20);
301: --
302: end update_item_type_usage;
303: -----------------
304: procedure update_valid_key_type (p_valid_key_type_id in number

Line 313: hr_utility.set_location('Entering: hr_summary_api2.update_valid_key_type', 10);

309: ,p_seeded_data in varchar2
310: ,p_allowed in varchar2) is
311: begin
312: --
313: hr_utility.set_location('Entering: hr_summary_api2.update_valid_key_type', 10);
314: --
315: if p_seeded_data = 'Y' then
316: if p_allowed = 'Y' then
317: null;

Line 333: hr_utility.set_location('Entering: hr_summary_api2.update_valid_key_type', 20);

329: ,p_fk_value1 => p_item_type_id
330: ,p_fk_value2 => p_key_type_id
331: ,p_text_value7 => p_seeded_data);
332: --
333: hr_utility.set_location('Entering: hr_summary_api2.update_valid_key_type', 20);
334: --
335: end update_valid_key_type;
336: -----------------
337: procedure update_key_type_usage (p_key_type_usage_id in number

Line 346: hr_utility.set_location('Entering: hr_summary_api2.update_key_type_usage', 10);

342: ,p_seeded_data in varchar2
343: ,p_allowed in varchar2) is
344: begin
345: --
346: hr_utility.set_location('Entering: hr_summary_api2.update_key_type_usage', 10);
347: --
348: if p_seeded_data = 'Y' then
349: if p_allowed = 'Y' then
350: null;

Line 366: hr_utility.set_location('Entering: hr_summary_api2.update_key_type_usage', 20);

362: ,p_fk_value1 => p_item_type_usage_id
363: ,p_fk_value2 => p_valid_key_type_id
364: ,p_text_value7 => p_seeded_data);
365: --
366: hr_utility.set_location('Entering: hr_summary_api2.update_key_type_usage', 20);
367: --
368: end update_key_type_usage;
369: -----------------
370: procedure update_template (p_template_id in number

Line 378: hr_utility.set_location('Entering: hr_summary_api2.update_template', 10);

374: ,p_seeded_data in varchar2
375: ,p_allowed in varchar2) is
376: begin
377: --
378: hr_utility.set_location('Entering: hr_summary_api2.update_template', 10);
379: --
380: if p_seeded_data = 'Y' then
381: if p_allowed = 'Y' then
382: null;

Line 397: hr_utility.set_location('Entering: hr_summary_api2.update_template', 20);

393: ,p_object_version_number => p_object_version_number
394: ,p_text_value1 => p_name
395: ,p_text_value7 => p_seeded_data);
396: --
397: hr_utility.set_location('Entering: hr_summary_api2.update_template', 20);
398: --
399: end update_template;
400: -----------------
401: procedure update_process_run (p_process_run_id in number

Line 409: hr_utility.set_location('Entering: hr_summary_api2.update_process_run', 10);

405: ,p_template_id in varchar2
406: ,p_process_type in varchar2) is
407: begin
408: --
409: hr_utility.set_location('Entering: hr_summary_api2.update_process_run', 10);
410: --
411: /* call row handler package with correct parameters */
412: per_bil_upd.upd(p_type => 'PROCESS_RUN'
413: ,p_id_value => p_process_run_id

Line 420: hr_utility.set_location('Leaving: hr_summary_api2.update_process_run', 20);

416: ,p_text_value2 => p_name
417: ,p_fk_value1 => p_template_id
418: ,p_text_value1 => p_process_type);
419: --
420: hr_utility.set_location('Leaving: hr_summary_api2.update_process_run', 20);
421: --
422: end update_process_run;
423: -----------------
424: procedure update_parameter (p_parameter_id in number

Line 432: hr_utility.set_location('Entering: hr_summary_api2.update_parameter', 10);

428: ,p_name in varchar2
429: ,p_value in varchar2) is
430: begin
431: --
432: hr_utility.set_location('Entering: hr_summary_api2.update_parameter', 10);
433: --
434: /* call row handler package with correct parameters */
435: per_bil_upd.upd(p_type => 'PARAMETER'
436: ,p_id_value => p_parameter_id

Line 443: hr_utility.set_location('Leaving: hr_summary_api2.update_parameter', 20);

439: ,p_fk_value1 => p_process_run_id
440: ,p_text_value1 => p_name
441: ,p_text_value6 => p_value);
442: --
443: hr_utility.set_location('Leaving: hr_summary_api2.update_parameter', 20);
444: --
445: end update_parameter;
446: --
447: end hr_summary_api2;