DBA Data[Home] [Help]

APPS.FA_DELETION_PVT dependencies on FA_ASSET_INVOICES

Line 90: from fa_asset_invoices

86: end if;
87:
88: select count(*)
89: into l_count
90: from fa_asset_invoices
91: where asset_id = px_asset_hdr_rec.asset_id
92: and feeder_system_name = 'ORACLE PROJECTS';
93:
94: if l_count > 0 then