DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_TRANSFER_PVT

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

1177: );
1178: end if;
1179:
1180: elsif (l_adj_req_status_tbl(i) = 'TFR') then
1181: -- Catchup transfer by calling FA_TRANSFER_PVT.fadppt
1182:
1183: if (l_asset_type_rec.asset_type = 'GROUP' or
1184: l_asset_type_rec.asset_type = 'CAPITALIZED'
1185: ) then

Line 1212: if not FA_TRANSFER_PVT.fadppt

1208: end loop;
1209: close c_distributions;
1210:
1211: if (l_asset_dist_tbl.count > 0) then
1212: if not FA_TRANSFER_PVT.fadppt
1213: (p_trans_rec => l_trans_rec,
1214: p_asset_hdr_rec => l_asset_hdr_rec,
1215: p_asset_desc_rec => l_asset_desc_rec,
1216: p_asset_cat_rec => l_asset_cat_rec,