DBA Data[Home] [Help]

APPS.EAM_CAP_MAIN_COST_PVT dependencies on DUAL

Line 203: FROM SYS.DUAL ;

199: END IF;
200:
201: SELECT fa_mass_additions_s.nextval
202: INTO l_mass_addition_id
203: FROM SYS.DUAL ;
204:
205: IF p_eam_wo_bills_tbl.count > 0 AND l_add_to_asset = FALSE THEN
206: IF i = p_eam_wo_bills_tbl.first THEN
207: l_merged_code := 'MP';

Line 222: from dual

218:
219: /*get amortized_flag value ...bug 9557969.. start*/
220: BEGIN
221: select count(1) into l_count
222: from dual
223: where exists (
224: select 1 from fa_transaction_headers
225: where book_type_code = l_book_type_code
226: and asset_id = l_fa_asset_id