DBA Data[Home] [Help]

APPS.FA_MC_UPG2_PKG dependencies on FA_MC_BOOKS_RATES

Line 726: 'Inserting into FA_MC_BOOKS_RATES',

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

Line 730: INSERT INTO fa_mc_books_rates

726: 'Inserting into FA_MC_BOOKS_RATES',
727: 'start');
728: end if;
729:
730: INSERT INTO fa_mc_books_rates
731: (set_of_books_id,
732: asset_id,
733: book_type_code,
734: transaction_header_id,

Line 797: 'Insered into FA_MC_BOOKS_RATES',

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