DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_EXP_PVT

Line 1796: if not FA_EXP_PVT.faxexp

1792:
1793: --HH we want to skip over faxexp if disabled_flag just changed
1794: --although we probably should never get in here.
1795: if l_financial_info_changed then
1796: if not FA_EXP_PVT.faxexp
1797: (px_trans_rec => px_trans_rec,
1798: p_asset_hdr_rec => p_asset_hdr_rec,
1799: p_asset_desc_rec => p_asset_desc_rec,
1800: p_asset_cat_rec => p_asset_cat_rec,

Line 2036: if not FA_EXP_PVT.faxexp

2032: close c_check_addn;
2033:
2034: -- Prevent call to faxexp if the adj transaction is in POA
2035: if l_addn_cnt = 0 then
2036: if not FA_EXP_PVT.faxexp
2037: (px_trans_rec => px_trans_rec,
2038: p_asset_hdr_rec => p_asset_hdr_rec,
2039: p_asset_desc_rec => p_asset_desc_rec,
2040: p_asset_cat_rec => p_asset_cat_rec,