DBA Data[Home] [Help]

APPS.FA_STY_RESERVE_PKG dependencies on FA_BOOK_CONTROLS

Line 60: fa_book_controls bc,

56: FROM
57: fa_books bk,
58: fa_methods mt,
59: fa_deprn_periods dp,
60: fa_book_controls bc,
61: fa_transaction_headers th,
62: fa_short_tax_reserves st,
63: fa_additions ad
64: WHERE

Line 90: FA_BOOK_CONTROLS BC,

86: FROM
87: FA_FISCAL_YEAR FY,
88: FA_DEPRN_PERIODS DP,
89: FA_CALENDAR_PERIODS CP,
90: FA_BOOK_CONTROLS BC,
91: FA_CONVENTIONS CONV
92: WHERE
93: BC.BOOK_TYPE_CODE = p_book_type_code
94: AND CONV.PRORATE_CONVENTION_CODE = l_new_conv_code

Line 150: -- Commit the change made to fa_book_controls table to lock the book.

146: value1 => p_book_type_code, p_log_level_rec => g_log_level_rec);
147: RAISE faxstur_err ;
148: END IF;
149:
150: -- Commit the change made to fa_book_controls table to lock the book.
151: FND_CONCURRENT.AF_COMMIT;
152:
153: OPEN assets;
154: LOOP