DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on RCV_TRANSACTIONS_INTERFACE

Line 1911: from rcv_transactions_interface rti

1907: or exists (select null
1908: from rcv_headers_interface rhi
1909: where rhi.vendor_id = pvl.vendor_id)
1910: or exists (select null
1911: from rcv_transactions_interface rti
1912: where rti.vendor_id = pvl.vendor_id);
1913:
1914:
1915: end if;

Line 4062: from rcv_transactions_interface rti

4058: from rcv_headers_interface rhi
4059: where rhi.vendor_id = pvl.vendor_id)
4060: or
4061: exists (select null
4062: from rcv_transactions_interface rti
4063: where rti.vendor_id = pvl.vendor_id));
4064: end if;
4065:
4066: if (g_chv_status = 'Y') then