DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FA_LOOKUPS

Line 1730: fa_lookups lu,

1726: CURSOR c_retirement_type (c_asset_id NUMBER, c_from_date DATE, c_to_date DATE, c_book_type_code VARCHAR2) IS
1727: select
1728: distinct lu.meaning
1729: from
1730: fa_lookups lu,
1731: fa_transaction_headers th,
1732: fa_retirements r
1733: where
1734: r.asset_id = c_asset_id and