DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_TRANSFER_PVT

Line 1209: -- Catchup transfer by calling FA_TRANSFER_PVT.fadppt

1205:
1206: end if;
1207:
1208: elsif (l_adj_req_status_tbl(i) = 'TFR') then
1209: -- Catchup transfer by calling FA_TRANSFER_PVT.fadppt
1210:
1211: if (l_asset_type_rec.asset_type = 'GROUP' or
1212: l_asset_type_rec.asset_type = 'CAPITALIZED'
1213: ) then

Line 1240: if not FA_TRANSFER_PVT.fadppt

1236: end loop;
1237: close c_distributions;
1238:
1239: if (l_asset_dist_tbl.count > 0) then
1240: if not FA_TRANSFER_PVT.fadppt
1241: (p_trans_rec => l_trans_rec,
1242: p_asset_hdr_rec => l_asset_hdr_rec,
1243: p_asset_desc_rec => l_asset_desc_rec,
1244: p_asset_cat_rec => l_asset_cat_rec,