DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_ADDITIONS_B

Line 327: from fa_additions_b

323: select asset_type,
324: current_units
325: into l_from_asset_type,
326: l_from_current_units
327: from fa_additions_b
328: where asset_id = px_src_asset_hdr_rec.asset_id;
329:
330: select asset_type,
331: current_units

Line 334: from fa_additions_b

330: select asset_type,
331: current_units
332: into l_to_asset_type,
333: l_to_current_units
334: from fa_additions_b
335: where asset_id = px_dest_asset_hdr_rec.asset_id;
336:
337:
338: l_src_asset_type_rec.asset_type := l_from_asset_type;