DBA Data[Home] [Help]

APPS.FA_LOAD_TBL_PKG dependencies on FA_CATEGORY_BOOK_DEFAULTS

Line 253: FROM FA_CATEGORY_BOOK_DEFAULTS cbd

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

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

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