DBA Data[Home] [Help]

APPS.FA_AMORT_PKG dependencies on DUAL

Line 372: from dual

368: l_ind binary_integer;
369:
370: cursor check_period_of_addition is
371: select 'Y' -- 'Y' if the current period of the asset is period of addition.
372: from dual
373: where exists
374: (select 1 from fa_transaction_headers
375: where transaction_type_code = 'ADDITION'
376: and transaction_header_id = X_fin_info_ptr.transaction_id);