DBA Data[Home] [Help]

APPS.FA_DELETION_PVT dependencies on FA_ASSET_INVOICES

Line 74: from fa_asset_invoices

70: end if;
71:
72: select count(*)
73: into l_count
74: from fa_asset_invoices
75: where asset_id = px_asset_hdr_rec.asset_id
76: and feeder_system_name = 'ORACLE PROJECTS';
77:
78: if l_count > 0 then