DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FA_ASSET_INVOICES

Line 1702: fa_asset_invoices i

1698: select
1699: distinct v.vendor_name
1700: from
1701: po_vendors v,
1702: fa_asset_invoices i
1703: where
1704: i.asset_id = c_asset_id and
1705: i.date_effective <= c_to_date and
1706: nvl(i.date_ineffective,

Line 1716: fa_asset_invoices i

1712: select
1713: distinct ap_i.invoice_num, ap_i.description
1714: from
1715: ap_invoices_all ap_i,
1716: fa_asset_invoices i
1717: where
1718: i.asset_id = c_asset_id and
1719:
1720: i.date_effective <= c_to_date and