DBA Data[Home] [Help]

APPS.FA_CUSTOM_TRX_PKG dependencies on FA_DEBUG_PKG

Line 26: fa_debug_pkg.add(l_calling_fn, 'entering custom derivation logic', '');

22:
23: begin
24:
25: if (g_print_debug) then
26: fa_debug_pkg.add(l_calling_fn, 'entering custom derivation logic', '');
27: end if;
28:
29: -- place extensions here...
30:

Line 35: fa_debug_pkg.add(l_calling_fn, 'px_trans_rec.amortization_start_date', px_trans_rec.amortization_start_date);

31:
32: -- end extensions
33:
34: if (g_print_debug) then
35: fa_debug_pkg.add(l_calling_fn, 'px_trans_rec.amortization_start_date', px_trans_rec.amortization_start_date);
36: fa_debug_pkg.add(l_calling_fn, 'px_trans_rec.transaction_date_entered', px_trans_rec.transaction_date_entered);
37:
38: fa_debug_pkg.add(l_calling_fn, 'exiting custom derivation logic', '');
39: end if;

Line 36: fa_debug_pkg.add(l_calling_fn, 'px_trans_rec.transaction_date_entered', px_trans_rec.transaction_date_entered);

32: -- end extensions
33:
34: if (g_print_debug) then
35: fa_debug_pkg.add(l_calling_fn, 'px_trans_rec.amortization_start_date', px_trans_rec.amortization_start_date);
36: fa_debug_pkg.add(l_calling_fn, 'px_trans_rec.transaction_date_entered', px_trans_rec.transaction_date_entered);
37:
38: fa_debug_pkg.add(l_calling_fn, 'exiting custom derivation logic', '');
39: end if;
40:

Line 38: fa_debug_pkg.add(l_calling_fn, 'exiting custom derivation logic', '');

34: if (g_print_debug) then
35: fa_debug_pkg.add(l_calling_fn, 'px_trans_rec.amortization_start_date', px_trans_rec.amortization_start_date);
36: fa_debug_pkg.add(l_calling_fn, 'px_trans_rec.transaction_date_entered', px_trans_rec.transaction_date_entered);
37:
38: fa_debug_pkg.add(l_calling_fn, 'exiting custom derivation logic', '');
39: end if;
40:
41: return true;
42: