DBA Data[Home] [Help]

APPS.FA_MC_UPG2_PKG dependencies on FA_MC_BOOKS_RATES

Line 787: 'Inserting into FA_MC_BOOKS_RATES',

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:
791: INSERT INTO fa_mc_books_rates

Line 791: INSERT INTO fa_mc_books_rates

787: 'Inserting into FA_MC_BOOKS_RATES',
788: 'start');
789: end if;
790:
791: INSERT INTO fa_mc_books_rates
792: (set_of_books_id,
793: asset_id,
794: book_type_code,
795: transaction_header_id,

Line 858: 'Insered into FA_MC_BOOKS_RATES',

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:
862: