DBA Data[Home] [Help]

APPS.FA_MC_UPG2_PKG dependencies on FA_DEBUG_PKG

Line 27: fa_debug_pkg.add('convert_assets',

23:
24: BEGIN
25:
26: if (g_print_debug) then
27: fa_debug_pkg.add('convert_assets',
28: 'Converting FA_BOOKS records',
29: 'start');
30: end if;
31:

Line 434: fa_debug_pkg.add('convert_assets',

430: bk.book_type_code = cr.book_type_code AND
431: cr.status = 'S';
432:
433: if (g_print_debug) then
434: fa_debug_pkg.add('convert_assets',
435: 'Converted FA_BOOKS records',
436: 'success');
437: end if;
438:

Line 472: fa_debug_pkg.add('convert_assets',

468:
469: BEGIN
470:
471: if (g_print_debug) then
472: fa_debug_pkg.add('convert_assets',
473: 'Converting FA_ASSET_INVOICES records',
474: 'start');
475: end if;
476:

Line 691: fa_debug_pkg.add('convert_assets',

687:
688: END IF; -- l_book_class
689:
690: if (g_print_debug) then
691: fa_debug_pkg.add('convert_assets',
692: 'Converted FA_ASSET_INVOICES records',
693: 'success');
694: end if;
695:

Line 725: fa_debug_pkg.add('convert_assets',

721:
722: BEGIN
723:
724: if (g_print_debug) then
725: fa_debug_pkg.add('convert_assets',
726: 'Inserting into FA_MC_BOOKS_RATES',
727: 'start');
728: end if;
729:

Line 796: fa_debug_pkg.add('convert_assets',

792: mcbk.set_of_books_id = cr.set_of_books_id AND
793: mcbk.book_type_code = bk.book_type_code;
794:
795: if (g_print_debug) then
796: fa_debug_pkg.add('convert_assets',
797: 'Insered into FA_MC_BOOKS_RATES',
798: 'success');
799: end if;
800:

Line 831: fa_debug_pkg.add('convert_assets',

827: ************************************************************************ */
828:
829: BEGIN
830: if (g_print_debug) then
831: fa_debug_pkg.add('convert_assets',
832: 'Converting FA_ADJUSTMENTS records',
833: 'start');
834: end if;
835:

Line 1141: fa_debug_pkg.add('convert_assets',

1137: 'REMOVALCOST CLR') AND
1138: cr.status = 'S';
1139:
1140: if (g_print_debug) then
1141: fa_debug_pkg.add('convert_assets',
1142: 'Converted FA_ADJUSTMENTS records',
1143: 'success');
1144: end if;
1145:

Line 1228: fa_debug_pkg.add('convert_assets',

1224: maj.adjustment_type = 'RESERVE';
1225: BEGIN
1226:
1227: if (g_print_debug) then
1228: fa_debug_pkg.add('convert_assets',
1229: 'Round Retirements',
1230: 'start');
1231: end if;
1232:

Line 1293: fa_debug_pkg.add('convert_assets',

1289:
1290: BEGIN
1291:
1292: if (g_print_debug) then
1293: fa_debug_pkg.add('convert_assets',
1294: 'Converting FA_RETIREMENTS records',
1295: 'start');
1296: end if;
1297:

Line 1639: fa_debug_pkg.add('convert_retirements',

1635: p_start_pc);
1636: END IF;
1637:
1638: if (g_print_debug) then
1639: fa_debug_pkg.add('convert_retirements',
1640: 'round_retirements',
1641: 'success');
1642: fa_debug_pkg.add('convert_assets',
1643: 'Converted FA_RETIREMENTS records',

Line 1642: fa_debug_pkg.add('convert_assets',

1638: if (g_print_debug) then
1639: fa_debug_pkg.add('convert_retirements',
1640: 'round_retirements',
1641: 'success');
1642: fa_debug_pkg.add('convert_assets',
1643: 'Converted FA_RETIREMENTS records',
1644: 'success');
1645: end if;
1646:

Line 1847: fa_debug_pkg.add('convert_assets',

1843:
1844: BEGIN
1845:
1846: if (g_print_debug) then
1847: fa_debug_pkg.add('convert_assets',
1848: 'Converting FA_DEPRN_SUMMARY records',
1849: 'start');
1850: fa_debug_pkg.add('Convert_summary','convert_order',
1851: p_convert_order);

Line 1850: fa_debug_pkg.add('Convert_summary','convert_order',

1846: if (g_print_debug) then
1847: fa_debug_pkg.add('convert_assets',
1848: 'Converting FA_DEPRN_SUMMARY records',
1849: 'start');
1850: fa_debug_pkg.add('Convert_summary','convert_order',
1851: p_convert_order);
1852: end if;
1853:
1854: INSERT INTO fa_mc_deprn_summary(set_of_books_id,

Line 1995: fa_debug_pkg.add('Convert_summary','conversion stage',

1991: dp.period_counter = ds.period_counter + 1 AND
1992: bk.transaction_header_id_in = mcbk.transaction_header_id_in;
1993:
1994: if (g_print_debug) then
1995: fa_debug_pkg.add('Convert_summary','conversion stage',
1996: 'Inserted BOOKS rows');
1997: end if;
1998:
1999: -- now convert all DEPRN rows from start of current FISCAL Year

Line 2272: fa_debug_pkg.add('convert_assets',

2268:
2269: END IF;
2270:
2271: if (g_print_debug) then
2272: fa_debug_pkg.add('convert_assets',
2273: 'Converted FA_DEPRN_SUMMARY records',
2274: 'success');
2275: end if;
2276:

Line 2473: fa_debug_pkg.add('convert_assets',

2469:
2470: BEGIN
2471:
2472: if (g_print_debug) then
2473: fa_debug_pkg.add('convert_assets',
2474: 'Converting FA_DEPRN_DETAIL records',
2475: 'start');
2476: end if;
2477:

Line 2679: fa_debug_pkg.add('convert_assets',

2675: END LOOP;
2676: CLOSE dd_row;
2677:
2678: if (g_print_debug) then
2679: fa_debug_pkg.add('convert_assets',
2680: 'Converted FA_DEPRN_DETAIL records',
2681: 'success');
2682: end if;
2683:

Line 2712: fa_debug_pkg.add('convert_assets',

2708:
2709: l_pc number;
2710: BEGIN
2711: if (g_print_debug) then
2712: fa_debug_pkg.add('convert_assets',
2713: 'Converting FA_DEPRN_PERIODS records',
2714: 'start');
2715: end if;
2716:

Line 2788: fa_debug_pkg.add('convert_assets',

2784: dp.book_type_code = p_book_type_code AND
2785: dp.period_counter between l_pc and p_end_pc;
2786:
2787: if (g_print_debug) then
2788: fa_debug_pkg.add('convert_assets',
2789: 'Converted FA_DEPRN_PERIODS records',
2790: 'success');
2791: end if;
2792:

Line 2826: fa_debug_pkg.add('convert_assets',

2822: l_book_class varchar2(15);
2823: BEGIN
2824:
2825: if (g_print_debug) then
2826: fa_debug_pkg.add('convert_assets',
2827: 'Converting FA_DEFERRED_DEPRN records',
2828: 'start');
2829: end if;
2830:

Line 2929: fa_debug_pkg.add('convert_assets',

2925:
2926: END IF;
2927:
2928: if (g_print_debug) then
2929: fa_debug_pkg.add('convert_assets',
2930: 'Converted FA_DEFERRED_DEPRN records',
2931: 'success');
2932: end if;
2933: