DBA Data[Home] [Help]

APPS.PAY_MLS_TRIGGERS dependencies on HR_UTILITY

Line 15: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

11: begin
12:
13: l_proc := 'pur_ari' ;
14:
15: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
16:
17: l_count:= l_pur.count();
18:
19: l_pur(l_count+1).user_row_id := p_user_row_id;

Line 24: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

20: l_pur(l_count+1).row_low_range_or_name_n := p_row_low_range_or_name_n;
21: l_pur(l_count+1).row_low_range_or_name_o := p_row_low_range_or_name_o;
22:
23:
24: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
25:
26: exception
27: when others then
28: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

Line 28: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

24: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
25:
26: exception
27: when others then
28: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
29: raise;
30: end;
31:
32:

Line 42: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

38: begin
39:
40: l_proc := 'pur_brd' ;
41:
42: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
43:
44: l_count:= l_pur.count;
45: l_pur_del(l_count+1) := p_user_row_id ;
46:

Line 47: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

43:
44: l_count:= l_pur.count;
45: l_pur_del(l_count+1) := p_user_row_id ;
46:
47: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
48:
49: exception
50: when others then
51: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

Line 51: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

47: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
48:
49: exception
50: when others then
51: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
52: raise;
53:
54: end;
55:

Line 75: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

71: begin
72:
73: l_proc := 'pur_asi' ;
74:
75: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
76: for i in 1..l_pur.count loop
77: open c_pur(l_pur(i).user_row_id) ;
78: fetch c_pur into rec_pur ;
79: if c_pur%found then

Line 88: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

84: close c_pur;
85: end loop;
86:
87: l_pur.delete;
88: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
89:
90: exception
91: when others then
92: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

Line 92: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

88: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
89:
90: exception
91: when others then
92: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
93: l_pur.delete;
94: raise;
95: end;
96:

Line 114: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

110: );
111: rec_pur c_pur_del%rowtype;
112:
113: begin
114: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
115: for i in 1..l_pur_del.count loop
116: open c_pur_del(l_pur_del(i)) ;
117: fetch c_pur_del into rec_pur ;
118: if c_pur_del%found then

Line 124: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

120: end if;
121: close c_pur_del ;
122: end loop ;
123: l_pur_del.delete;
124: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
125: exception
126: when others then
127: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
128: l_pur_del.delete;

Line 127: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

123: l_pur_del.delete;
124: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
125: exception
126: when others then
127: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
128: l_pur_del.delete;
129: raise;
130: end;
131:

Line 142: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

138:
139: begin
140:
141: l_proc := 'pbc_ari' ;
142: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
143: l_count:= l_pbc.count ;
144:
145: l_pbc(l_count+1).balance_category_id := p_balance_category_id;
146: l_pbc(l_count+1).user_category_name_n := p_user_category_name_n;

Line 149: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

145: l_pbc(l_count+1).balance_category_id := p_balance_category_id;
146: l_pbc(l_count+1).user_category_name_n := p_user_category_name_n;
147: l_pbc(l_count+1).user_category_name_o := p_user_category_name_o;
148:
149: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
150: exception
151: when others then
152: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
153: raise;

Line 152: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

148:
149: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
150: exception
151: when others then
152: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
153: raise;
154:
155: end;
156:

Line 164: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

160: l_count binary_integer;
161: begin
162: l_proc := 'pbc_brd' ;
163:
164: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
165:
166: l_count :=l_pbc_del.count;
167: l_pbc_del( l_count+1 ) :=p_balance_category_id ;
168:

Line 169: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

165:
166: l_count :=l_pbc_del.count;
167: l_pbc_del( l_count+1 ) :=p_balance_category_id ;
168:
169: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
170: exception
171: when others then
172: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
173: raise;

Line 172: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

168:
169: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
170: exception
171: when others then
172: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
173: raise;
174: end;
175:
176: procedure pbc_asi IS

Line 192: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

188: rec_pbc c_pbc%rowtype;
189: begin
190: l_proc := 'pbc_asi' ;
191:
192: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
193: for i in 1..l_pbc.count loop
194: open c_pbc(l_pbc(i).balance_category_id);
195: fetch c_pbc into rec_pbc;
196: if c_pbc%found then

Line 204: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

200: end if;
201: close c_pbc;
202: end loop ;
203: l_pbc.delete;
204: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
205: exception
206: when others then
207: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
208: l_pbc.delete;

Line 207: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

203: l_pbc.delete;
204: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
205: exception
206: when others then
207: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
208: l_pbc.delete;
209: raise;
210: end;
211:

Line 229: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

225: );
226: rec_pbc c_pbc_del%rowtype;
227: begin
228: l_proc := 'pbc_asd' ;
229: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
230: for i in 1..l_pbc_del.count loop
231: open c_pbc_del(l_pbc_del(i)) ;
232: fetch c_pbc_del into rec_pbc;
233: if c_pbc_del%found then

Line 239: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

235: end if ;
236: close c_pbc_del;
237: end loop ;
238: l_pbc_del.delete;
239: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
240: exception
241: when others then
242: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
243: l_pbc_del.delete;

Line 242: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

238: l_pbc_del.delete;
239: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
240: exception
241: when others then
242: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
243: l_pbc_del.delete;
244: raise;
245: end;
246:

Line 259: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

255:
256: begin
257:
258: l_proc := 'glb_ari' ;
259: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
260:
261: l_count := l_glb.count;
262: l_glb(l_count+1).global_id := p_global_id ;
263: l_glb(l_count+1).global_description_o := p_global_description_o ;

Line 269: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

265: l_glb(l_count+1).global_name_o := p_global_name_o;
266: l_glb(l_count+1).global_name_n := p_global_name_n;
267:
268:
269: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
270: exception
271: when others then
272: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
273: raise;

Line 272: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

268:
269: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
270: exception
271: when others then
272: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
273: raise;
274: end;
275:
276:

Line 283: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

279: l_count binary_integer;
280: begin
281:
282: l_proc := 'glb_brd' ;
283: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
284:
285: l_count := l_glb_del.count;
286: l_glb_del(l_count+1) := p_global_id ;
287:

Line 288: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

284:
285: l_count := l_glb_del.count;
286: l_glb_del(l_count+1) := p_global_id ;
287:
288: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
289: exception
290: when others then
291: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
292: raise;

Line 291: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

287:
288: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
289: exception
290: when others then
291: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
292: raise;
293: end;
294:
295:

Line 311: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

307: where tl.global_id = p_global_id ) ;
308: rec_glb c_glb%rowtype;
309: begin
310: l_proc := 'glb_asi' ;
311: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
312: for i in 1..l_glb.count loop
313: open c_glb(l_glb(i).global_id) ;
314: fetch c_glb into rec_glb ;
315: if c_glb%found then

Line 326: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

322: close c_glb;
323: end loop ;
324:
325: l_glb.delete ;
326: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
327: exception
328: when others then
329: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
330: l_glb.delete;

Line 329: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

325: l_glb.delete ;
326: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
327: exception
328: when others then
329: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
330: l_glb.delete;
331: raise;
332: end;
333:

Line 353: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

349:
350: begin
351: l_proc := 'glb_asd' ;
352:
353: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
354: hr_utility.set_location('table count -'||l_glb_del.count ,10 ) ;
355: for i in 1..l_glb_del.count loop
356: open c_glb_del(l_glb_del(i));
357: fetch c_glb_del into rec_glb;

Line 354: hr_utility.set_location('table count -'||l_glb_del.count ,10 ) ;

350: begin
351: l_proc := 'glb_asd' ;
352:
353: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
354: hr_utility.set_location('table count -'||l_glb_del.count ,10 ) ;
355: for i in 1..l_glb_del.count loop
356: open c_glb_del(l_glb_del(i));
357: fetch c_glb_del into rec_glb;
358: if c_glb_del%found then

Line 359: hr_utility.set_location('found -'||l_glb_del(i) ,10 ) ;

355: for i in 1..l_glb_del.count loop
356: open c_glb_del(l_glb_del(i));
357: fetch c_glb_del into rec_glb;
358: if c_glb_del%found then
359: hr_utility.set_location('found -'||l_glb_del(i) ,10 ) ;
360: ff_fgt_del.del_tl(l_glb_del(i));
361: end if;
362: close c_glb_del;
363: end loop;

Line 367: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

363: end loop;
364:
365: l_glb_del.delete;
366:
367: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
368: exception
369: when others then
370: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
371: l_glb_del.delete;

Line 370: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

366:
367: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
368: exception
369: when others then
370: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
371: l_glb_del.delete;
372: raise;
373: end;
374:

Line 385: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

381: l_proc varchar2(30) ;
382: l_count binary_integer;
383: begin
384: l_proc := 'fml_ari' ;
385: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
386:
387: l_count := l_fml.count;
388: l_fml(l_count+1).formula_id := p_formula_id;
389: l_fml(l_count+1).formula_name_o := p_formula_name_o;

Line 394: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

390: l_fml(l_count+1).formula_name_n := p_formula_name_n;
391: l_fml(l_count+1).description_o := p_description_o;
392: l_fml(l_count+1).description_n := p_description_n;
393:
394: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
395:
396: exception
397: when others then
398: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

Line 398: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

394: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
395:
396: exception
397: when others then
398: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
399: raise;
400: end;
401:
402:

Line 408: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

404: l_proc varchar2(30) ;
405: l_count binary_integer;
406: begin
407: l_proc := 'fml_brd' ;
408: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
409:
410: l_count := l_fml_del.count;
411: l_fml_del(l_count+1 ) := p_formula_id ;
412:

Line 413: hr_utility.set_location('count -'||l_count,50 ) ;

409:
410: l_count := l_fml_del.count;
411: l_fml_del(l_count+1 ) := p_formula_id ;
412:
413: hr_utility.set_location('count -'||l_count,50 ) ;
414: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
415:
416: exception
417: when others then

Line 414: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

410: l_count := l_fml_del.count;
411: l_fml_del(l_count+1 ) := p_formula_id ;
412:
413: hr_utility.set_location('count -'||l_count,50 ) ;
414: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
415:
416: exception
417: when others then
418: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

Line 418: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

414: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
415:
416: exception
417: when others then
418: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
419: raise;
420: end;
421:
422:

Line 439: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

435: rec_fml c_fml%rowtype;
436: begin
437: l_proc := 'fml_asi' ;
438:
439: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
440: for i in 1..l_fml.count loop
441: open c_fml (l_fml(i).formula_id) ;
442: fetch c_fml into rec_fml;
443: if c_fml%found then

Line 455: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

451: close c_fml;
452: end loop;
453:
454: l_fml.delete;
455: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
456:
457: exception
458: when others then
459: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

Line 459: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

455: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
456:
457: exception
458: when others then
459: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
460: l_fml.delete;
461: raise;
462: end;
463:

Line 482: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

478: );
479: rec_fml c_fml_del%rowtype;
480: begin
481: l_proc := 'fml_asd' ;
482: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
483: for i in 1..l_fml_del.count loop
484: open c_fml_del (l_fml_del(i)) ;
485: fetch c_fml_del into rec_fml;
486: if c_fml_del%found then

Line 493: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

489: end if;
490: close c_fml_del;
491: end loop ;
492: l_fml_del.delete;
493: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
494:
495: exception
496: when others then
497: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

Line 497: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

493: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
494:
495: exception
496: when others then
497: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
498: l_fml_del.delete;
499: raise;
500: end;
501:

Line 511: hr_utility.set_location('Entering -'||l_proc ,05 ) ;

507: begin
508:
509: l_proc := 'set_dml_status' ;
510:
511: hr_utility.set_location('Entering -'||l_proc ,05 ) ;
512:
513: ff_formulas_f_pkg.g_dml_status := hr_general.char_to_bool(status);
514:
515: if(status = 'TRUE') then

Line 521: hr_utility.set_location('Leaving -'||l_proc,50 ) ;

517: elsif(status='FALSE') then
518: hr_general.g_data_migrator_mode := 'N';
519: end if;
520:
521: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
522:
523: exception
524: when others then
525: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

Line 525: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;

521: hr_utility.set_location('Leaving -'||l_proc,50 ) ;
522:
523: exception
524: when others then
525: hr_utility.set_location('Error -'||substr(sqlerrm,1,150),99 ) ;
526: raise;
527: end;
528: ---
529: