DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on DUAL

Line 157: from dual

153: if p_lease_id is not null then -- fix for bug 3507682
154: v_count := 0;
155:
156: select 1 into v_count
157: from dual
158: where exists ( select 'x'
159: from fa_additions a,
160: fa_categories b
161: where a.asset_id = p_asset_id

Line 178: from dual

174:
175: --
176: v_count:= 0;
177: select 1 into v_count
178: from dual
179: where exists ( select 'x'
180: from fa_leases
181: where lease_id = p_lease_id );
182: --