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 494: fa_debug_pkg.add('convert_assets',

490: bk.book_type_code = cr.book_type_code AND
491: cr.status = 'S';
492:
493: if (g_print_debug) then
494: fa_debug_pkg.add('convert_assets',
495: 'Converted FA_BOOKS records',
496: 'success');
497: end if;
498:

Line 532: fa_debug_pkg.add('convert_assets',

528:
529: BEGIN
530:
531: if (g_print_debug) then
532: fa_debug_pkg.add('convert_assets',
533: 'Converting FA_ASSET_INVOICES records',
534: 'start');
535: end if;
536:

Line 752: fa_debug_pkg.add('convert_assets',

748:
749: END IF; -- l_book_class
750:
751: if (g_print_debug) then
752: fa_debug_pkg.add('convert_assets',
753: 'Converted FA_ASSET_INVOICES records',
754: 'success');
755: end if;
756:

Line 786: fa_debug_pkg.add('convert_assets',

782:
783: BEGIN
784:
785: if (g_print_debug) then
786: fa_debug_pkg.add('convert_assets',
787: 'Inserting into FA_MC_BOOKS_RATES',
788: 'start');
789: end if;
790:

Line 857: fa_debug_pkg.add('convert_assets',

853: mcbk.set_of_books_id = cr.set_of_books_id AND
854: mcbk.book_type_code = bk.book_type_code;
855:
856: if (g_print_debug) then
857: fa_debug_pkg.add('convert_assets',
858: 'Insered into FA_MC_BOOKS_RATES',
859: 'success');
860: end if;
861:

Line 892: fa_debug_pkg.add('convert_assets',

888: ************************************************************************ */
889:
890: BEGIN
891: if (g_print_debug) then
892: fa_debug_pkg.add('convert_assets',
893: 'Converting FA_ADJUSTMENTS records',
894: 'start');
895: end if;
896:

Line 1222: fa_debug_pkg.add('convert_assets',

1218: 'REMOVALCOST CLR') AND
1219: cr.status = 'S';
1220:
1221: if (g_print_debug) then
1222: fa_debug_pkg.add('convert_assets',
1223: 'Converted FA_ADJUSTMENTS records',
1224: 'success');
1225: end if;
1226:

Line 1309: fa_debug_pkg.add('convert_assets',

1305: maj.adjustment_type = 'RESERVE';
1306: BEGIN
1307:
1308: if (g_print_debug) then
1309: fa_debug_pkg.add('convert_assets',
1310: 'Round Retirements',
1311: 'start');
1312: end if;
1313:

Line 1374: fa_debug_pkg.add('convert_assets',

1370:
1371: BEGIN
1372:
1373: if (g_print_debug) then
1374: fa_debug_pkg.add('convert_assets',
1375: 'Converting FA_RETIREMENTS records',
1376: 'start');
1377: end if;
1378:

Line 1730: fa_debug_pkg.add('convert_retirements',

1726: p_start_pc);
1727: END IF;
1728:
1729: if (g_print_debug) then
1730: fa_debug_pkg.add('convert_retirements',
1731: 'round_retirements',
1732: 'success');
1733: fa_debug_pkg.add('convert_assets',
1734: 'Converted FA_RETIREMENTS records',

Line 1733: fa_debug_pkg.add('convert_assets',

1729: if (g_print_debug) then
1730: fa_debug_pkg.add('convert_retirements',
1731: 'round_retirements',
1732: 'success');
1733: fa_debug_pkg.add('convert_assets',
1734: 'Converted FA_RETIREMENTS records',
1735: 'success');
1736: end if;
1737:

Line 1940: fa_debug_pkg.add('convert_assets',

1936:
1937: BEGIN
1938:
1939: if (g_print_debug) then
1940: fa_debug_pkg.add('convert_assets',
1941: 'Converting FA_DEPRN_SUMMARY records',
1942: 'start');
1943: fa_debug_pkg.add('Convert_summary','convert_order',
1944: p_convert_order);

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

1939: if (g_print_debug) then
1940: fa_debug_pkg.add('convert_assets',
1941: 'Converting FA_DEPRN_SUMMARY records',
1942: 'start');
1943: fa_debug_pkg.add('Convert_summary','convert_order',
1944: p_convert_order);
1945: end if;
1946:
1947: INSERT INTO fa_mc_deprn_summary(set_of_books_id,

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

2086: dp.period_counter = ds.period_counter + 1 AND
2087: bk.transaction_header_id_in = mcbk.transaction_header_id_in;
2088:
2089: if (g_print_debug) then
2090: fa_debug_pkg.add('Convert_summary','conversion stage',
2091: 'Inserted BOOKS rows');
2092: end if;
2093:
2094: -- now convert all DEPRN rows from start of current FISCAL Year

Line 2372: fa_debug_pkg.add('convert_assets',

2368:
2369: END IF;
2370:
2371: if (g_print_debug) then
2372: fa_debug_pkg.add('convert_assets',
2373: 'Converted FA_DEPRN_SUMMARY records',
2374: 'success');
2375: end if;
2376:

Line 2585: fa_debug_pkg.add('convert_assets',

2581:
2582: BEGIN
2583:
2584: if (g_print_debug) then
2585: fa_debug_pkg.add('convert_assets',
2586: 'Converting FA_DEPRN_DETAIL records',
2587: 'start');
2588: end if;
2589:

Line 2810: fa_debug_pkg.add('convert_assets',

2806: END LOOP;
2807: CLOSE dd_row;
2808:
2809: if (g_print_debug) then
2810: fa_debug_pkg.add('convert_assets',
2811: 'Converted FA_DEPRN_DETAIL records',
2812: 'success');
2813: end if;
2814:

Line 2843: fa_debug_pkg.add('convert_assets',

2839:
2840: l_pc number;
2841: BEGIN
2842: if (g_print_debug) then
2843: fa_debug_pkg.add('convert_assets',
2844: 'Converting FA_DEPRN_PERIODS records',
2845: 'start');
2846: end if;
2847:

Line 2919: fa_debug_pkg.add('convert_assets',

2915: dp.book_type_code = p_book_type_code AND
2916: dp.period_counter between l_pc and p_end_pc;
2917:
2918: if (g_print_debug) then
2919: fa_debug_pkg.add('convert_assets',
2920: 'Converted FA_DEPRN_PERIODS records',
2921: 'success');
2922: end if;
2923:

Line 2957: fa_debug_pkg.add('convert_assets',

2953: l_book_class varchar2(15);
2954: BEGIN
2955:
2956: if (g_print_debug) then
2957: fa_debug_pkg.add('convert_assets',
2958: 'Converting FA_DEFERRED_DEPRN records',
2959: 'start');
2960: end if;
2961:

Line 3060: fa_debug_pkg.add('convert_assets',

3056:
3057: END IF;
3058:
3059: if (g_print_debug) then
3060: fa_debug_pkg.add('convert_assets',
3061: 'Converted FA_DEFERRED_DEPRN records',
3062: 'success');
3063: end if;
3064: