DBA Data[Home] [Help]

APPS.PV_SEED_DERIVED_PKG dependencies on OE_ORDER_LINES_ALL

Line 34: from oe_order_lines_all a, oe_order_headers_all aa, hz_cust_accounts b, pv_partner_profiles c

30: is
31:
32: cursor lc_prod_bought (pc_partner_id number) is
33: select distinct a.inventory_item_id
34: from oe_order_lines_all a, oe_order_headers_all aa, hz_cust_accounts b, pv_partner_profiles c
35: where c.partner_id = pc_partner_id
36: and c.partner_party_id = b.party_id and b.cust_account_id = aa.invoice_to_org_id
37: and aa.ordered_date > add_months(sysdate, -12)
38: and aa.header_id = a.header_id