DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FA_ASSET_INVOICES

Line 1550: fa_asset_invoices i

1546: select
1547: distinct v.vendor_name
1548: from
1549: po_vendors v,
1550: fa_asset_invoices i
1551: where
1552: i.asset_id = c_asset_id and
1553: i.date_effective <= c_to_date and
1554: nvl(i.date_ineffective,

Line 1564: fa_asset_invoices i

1560: select
1561: distinct ap_i.invoice_num, ap_i.description
1562: from
1563: ap_invoices_all ap_i,
1564: fa_asset_invoices i
1565: where
1566: i.asset_id = c_asset_id and
1567:
1568: i.date_effective <= c_to_date and