DBA Data[Home] [Help]

APPS.INV_DETAIL_UTIL_PVT dependencies on OE_ORDER_LINES_ALL

Line 190: FROM oe_order_lines_all oedtl

186: NULL,
187: NULL,
188: NULL,
189: oedtl.freight_carrier_code
190: FROM oe_order_lines_all oedtl
191: WHERE oedtl.line_id = p_src_line_id;
192:
193: --Bug #4598134 - Replace ra_customers with TCA entities
194: CURSOR l_rma_info_csr IS

Line 205: FROM oe_order_lines_all oola

201: ,party.party_number
202: ,NULL
203: ,oola.shipment_number
204: ,oola.freight_carrier_code
205: FROM oe_order_lines_all oola
206: , hz_parties party
207: , hz_cust_accounts cust_acct
208: WHERE oola.line_id = x_request_line_rec.reference_id
209: AND cust_acct.cust_account_id = oola.sold_to_org_id