DBA Data[Home] [Help]

APPS.FA_IMPAIRMENT_POST_PVT dependencies on FA_INS_DETAIL_PKG

Line 1313: if not FA_INS_DETAIL_PKG.FAXINDD

1309: -- Bug 6666666 : Added for the SORP Compliance Project
1310: -- If SORP is enabled the value of general fund and
1311: -- capital adjustment are set.
1312: if fa_cache_pkg.fazcbc_record.sorp_enabled_flag = 'Y' then
1313: if not FA_INS_DETAIL_PKG.FAXINDD
1314: (X_book_type_code => p_book_type_code,
1315: X_asset_id => t_asset_id(i),
1316: X_period_counter => p_period_rec.period_counter,
1317: X_cost => t_cost(i),

Line 1348: if not FA_INS_DETAIL_PKG.FAXINDD

1344: pos_err;
1345: end if;
1346: else -- If SORP is not enabled capital adjustment and general fund
1347: -- should be null
1348: if not FA_INS_DETAIL_PKG.FAXINDD
1349: (X_book_type_code => p_book_type_code,
1350: X_asset_id => t_asset_id(i),
1351: X_period_counter => p_period_rec.period_counter,
1352: X_cost => t_cost(i),