DBA Data[Home] [Help]

APPS.INV_DETAIL_UTIL_PVT dependencies on OE_ORDER_LINES_ALL

Line 193: FROM oe_order_lines_all oedtl

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

Line 208: FROM oe_order_lines_all oola

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