DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on FA_LEASES

Line 175: from fa_leases

171: -- using count(*) instead of 1 as it throwing no data found. Fix for 8974754
172: select count(*) into v_count
173: from dual
174: where exists ( select 'x'
175: from fa_leases
176: where lease_id = p_lease_id );
177: --
178: if v_count > 0 then
179: fa_srvr_msg.add_message(