DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_DEBUG_PKG

Line 80: fa_debug_pkg.add(l_calling_fn,

76:
77: BEGIN
78:
79: if (p_log_level_rec.statement_level) then
80: fa_debug_pkg.add(l_calling_fn,
81: 'calling do val', ''
82: ,p_log_level_rec => p_log_level_rec);
83: end if;
84:

Line 105: fa_debug_pkg.add(l_calling_fn,

101: from dual;
102: end if;
103:
104: if (p_log_level_rec.statement_level) then
105: fa_debug_pkg.add(l_calling_fn,
106: 'calling get_fin_info', ''
107: ,p_log_level_rec => p_log_level_rec);
108: end if;
109:

Line 120: fa_debug_pkg.add(l_calling_fn,

116: -- period of addition has been set using absolute mode
117: -- meaning is this the period in which asset was first added
118:
119: if (p_log_level_rec.statement_level) then
120: fa_debug_pkg.add(l_calling_fn,
121: 'calling calc engine', ''
122: ,p_log_level_rec => p_log_level_rec);
123: end if;
124:

Line 195: fa_debug_pkg.add(l_calling_fn,

191: ,p_log_level_rec => p_log_level_rec) then raise cap_rev_err;
192: end if;
193:
194: if (p_log_level_rec.statement_level) then
195: fa_debug_pkg.add(l_calling_fn,
196: 'after calc_engine, cost', l_asset_fin_rec_new.cost
197: ,p_log_level_rec => p_log_level_rec);
198: end if;
199:

Line 229: fa_debug_pkg.add(l_calling_fn, 'after calc_subcomp_life', l_asset_fin_rec_new.life_in_months

225: end if;
226: end if; -- (nvl(fa_cache_pkg.fazccbd_recor ...
227:
228: if (p_log_level_rec.statement_level) then
229: fa_debug_pkg.add(l_calling_fn, 'after calc_subcomp_life', l_asset_fin_rec_new.life_in_months
230: ,p_log_level_rec => p_log_level_rec);
231: end if;
232:
233: else -- reverse

Line 242: fa_debug_pkg.add(l_calling_fn,

238:
239: end if;
240:
241: if (p_log_level_rec.statement_level) then
242: fa_debug_pkg.add(l_calling_fn,
243: 'period_of_addition', p_asset_hdr_rec.period_of_addition
244: ,p_log_level_rec => p_log_level_rec);
245: end if;
246:

Line 251: fa_debug_pkg.add(l_calling_fn,

247:
248: -- SLA uptake - this is obsolete, handle period of addition the same way
249:
250: if (p_log_level_rec.statement_level) then
251: fa_debug_pkg.add(l_calling_fn,
252: 'in prior period logic',''
253: ,p_log_level_rec => p_log_level_rec);
254: end if;
255:

Line 269: fa_debug_pkg.add(l_calling_fn,

265:
266: if (px_trans_rec.transaction_type_code = 'CIP REVERSE') then
267:
268: if (p_log_level_rec.statement_level) then
269: fa_debug_pkg.add(l_calling_fn,
270: 'checking','event status'
271: ,p_log_level_rec => p_log_level_rec);
272: end if;
273:

Line 290: fa_debug_pkg.add(l_calling_fn, 'calling get event status for

286: l_cap_source_info.source_id_int_1 := g_cap_thid ;
287: l_cap_source_info.entity_type_code := 'TRANSACTIONS';
288:
289: if (p_log_level_rec.statement_level) then
290: fa_debug_pkg.add(l_calling_fn, 'calling get event status for
291: event ', g_cap_event_id
292: ,p_log_level_rec => p_log_level_rec);
293: end if;
294:

Line 303: fa_debug_pkg.add(l_calling_fn, 'event status ', g_event_status

299: p_valuation_method => p_asset_hdr_rec.book_type_code,
300: p_security_context => l_security_context);
301:
302: if (p_log_level_rec.statement_level) then
303: fa_debug_pkg.add(l_calling_fn, 'event status ', g_event_status
304: ,p_log_level_rec => p_log_level_rec);
305: end if;
306:
307: end if;

Line 334: fa_debug_pkg.add(l_calling_fn,

330: elsif (px_trans_rec.transaction_type_code = 'CIP REVERSE' and
331: g_event_status <> XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED) then
332:
333: if (p_log_level_rec.statement_level) then
334: fa_debug_pkg.add(l_calling_fn,
335: 'deleting capitalization event',
336: g_cap_thid
337: ,p_log_level_rec => p_log_level_rec);
338: end if;

Line 353: fa_debug_pkg.add(l_calling_fn,

349: raise cap_rev_err;
350: end if;
351:
352: if (p_log_level_rec.statement_level) then
353: fa_debug_pkg.add(l_calling_fn,
354: 'deleting accounting impacts for cap thid',
355: g_cap_thid
356: ,p_log_level_rec => p_log_level_rec);
357: end if;

Line 366: fa_debug_pkg.add(l_calling_fn,

362:
363: end if;
364:
365: if (p_log_level_rec.statement_level) then
366: fa_debug_pkg.add(l_calling_fn,
367: 'calling trx insert_row',''
368: ,p_log_level_rec => p_log_level_rec);
369: end if;
370:

Line 416: fa_debug_pkg.add(l_calling_fn,

412:
413: if (fa_cache_pkg.fazcbc_record.book_class = 'CORPORATE') then
414:
415: if (p_log_level_rec.statement_level) then
416: fa_debug_pkg.add(l_calling_fn,
417: 'calling ah update_row, thid out',px_trans_rec.transaction_header_id
418: ,p_log_level_rec => p_log_level_rec);
419: end if;
420:

Line 432: fa_debug_pkg.add(l_calling_fn,

428: X_calling_fn => l_calling_fn
429: ,p_log_level_rec => p_log_level_rec);
430:
431: if (p_log_level_rec.statement_level) then
432: fa_debug_pkg.add(l_calling_fn,
433: 'calling ah insert_row',''
434: ,p_log_level_rec => p_log_level_rec);
435: end if;
436:

Line 458: fa_debug_pkg.add(l_calling_fn,

454: end if;
455: end if;
456:
457: if (p_log_level_rec.statement_level) then
458: fa_debug_pkg.add(l_calling_fn,
459: 'calling bk deactivate_row',''
460: ,p_log_level_rec => p_log_level_rec);
461: end if;
462:

Line 474: fa_debug_pkg.add(l_calling_fn,

470: X_Calling_Fn => l_calling_fn
471: ,p_log_level_rec => p_log_level_rec);
472:
473: if (p_log_level_rec.statement_level) then
474: fa_debug_pkg.add(l_calling_fn,
475: 'calling bk insert_row',''
476: ,p_log_level_rec => p_log_level_rec);
477: end if;
478:

Line 597: fa_debug_pkg.add(l_calling_fn,'calling deprn summary update_row',''

593:
594: /* Code added for 6748832 */
595:
596: if (p_log_level_rec.statement_level) then
597: fa_debug_pkg.add(l_calling_fn,'calling deprn summary update_row',''
598: ,p_log_level_rec => p_log_level_rec);
599: end if;
600:
601:

Line 622: fa_debug_pkg.add(l_calling_fn,

618:
619: if (fa_cache_pkg.fazcbc_record.book_class = 'CORPORATE') then
620:
621: if (p_log_level_rec.statement_level) then
622: fa_debug_pkg.add(l_calling_fn,
623: 'calling ad update_row',''
624: ,p_log_level_rec => p_log_level_rec);
625: end if;
626:

Line 645: fa_debug_pkg.add(l_calling_fn,

641:
642: if (p_mrc_sob_type_code <> 'R') then
643:
644: if (p_log_level_rec.statement_level) then
645: fa_debug_pkg.add(l_calling_fn,
646: 'calling th update trx type',''
647: ,p_log_level_rec => p_log_level_rec);
648: end if;
649:

Line 666: fa_debug_pkg.add(l_calling_fn,

662:
663: if (g_event_status = XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED) then
664:
665: if (p_log_level_rec.statement_level) then
666: fa_debug_pkg.add(l_calling_fn,
667: 'reversing accounting impacts for cap',
668: 'from fa_adjustments'
669: ,p_log_level_rec => p_log_level_rec);
670: end if;

Line 787: fa_debug_pkg.add(l_calling_fn,

783:
784: else
785:
786: if (p_log_level_rec.statement_level) then
787: fa_debug_pkg.add(l_calling_fn,
788: 'deleting accounting impacts for cap thid',
789: g_cap_thid
790: ,p_log_level_rec => p_log_level_rec);
791: end if;

Line 815: fa_debug_pkg.add(l_calling_fn,

811:
812: -- converted to use faxinaj instead of faxinadj for mrc
813:
814: if (p_log_level_rec.statement_level) then
815: fa_debug_pkg.add(l_calling_fn,
816: 'calling faxinaj',''
817: ,p_log_level_rec => p_log_level_rec);
818: fa_debug_pkg.add(l_calling_fn,
819: 'calling faxinaj - adj_amount', l_asset_fin_rec_new.cost

Line 818: fa_debug_pkg.add(l_calling_fn,

814: if (p_log_level_rec.statement_level) then
815: fa_debug_pkg.add(l_calling_fn,
816: 'calling faxinaj',''
817: ,p_log_level_rec => p_log_level_rec);
818: fa_debug_pkg.add(l_calling_fn,
819: 'calling faxinaj - adj_amount', l_asset_fin_rec_new.cost
820: ,p_log_level_rec => p_log_level_rec);
821: end if;
822:

Line 943: fa_debug_pkg.add(l_calling_fn,

939: raise val_err;
940: end if;
941:
942: if (p_log_level_rec.statement_level) then
943: fa_debug_pkg.add(l_calling_fn,
944: 'cap period_of_addition', l_period_of_addition
945: ,p_log_level_rec => p_log_level_rec);
946: end if;
947:

Line 958: fa_debug_pkg.add(l_calling_fn,

954: end if;
955:
956: -- chk trx after add (don't allow if any trx after capitalization)
957: if (p_log_level_rec.statement_level) then
958: fa_debug_pkg.add(l_calling_fn,
959: 'checking subsequent trxs', ''
960: ,p_log_level_rec => p_log_level_rec);
961: end if;
962:

Line 993: fa_debug_pkg.add(l_calling_fn,

989:
990: -- check retirements (pending / full)
991:
992: if (p_log_level_rec.statement_level) then
993: fa_debug_pkg.add(l_calling_fn,
994: 'checking fully ret', ''
995: ,p_log_level_rec => p_log_level_rec);
996: end if;
997:

Line 1010: fa_debug_pkg.add(l_calling_fn,

1006: raise val_err;
1007: end if;
1008:
1009: if (p_log_level_rec.statement_level) then
1010: fa_debug_pkg.add(l_calling_fn,
1011: 'checking ret pending', ''
1012: ,p_log_level_rec => p_log_level_rec);
1013: end if;
1014: