DBA Data[Home] [Help]

APPS.FA_LOAD_TBL_PKG dependencies on FA_CATEGORY_BOOK_DEFAULTS

Line 255: FROM FA_CATEGORY_BOOK_DEFAULTS cbd

251: cbd.production_capacity, cbd.unit_of_measure,
252: cbd.bonus_rule, NULL, cbd.ceiling_name,
253: cbd.depreciate_flag, cbd.allowed_deprn_limit,
254: cbd.special_deprn_limit_amount,cbd.percent_salvage_value
255: FROM FA_CATEGORY_BOOK_DEFAULTS cbd
256: WHERE cbd.book_type_code = h_book
257: AND cbd.category_id = p_category_id;
258:
259: BEGIN

Line 261: -- FA_CATEGORY_BOOK_DEFAULTS table and fill the global table(deprn_table.)

257: AND cbd.category_id = p_category_id;
258:
259: BEGIN
260: -- For each book, select default depreciation rules from
261: -- FA_CATEGORY_BOOK_DEFAULTS table and fill the global table(deprn_table.)
262:
263: OPEN BOOK_CR;
264:
265: LOOP