DBA Data[Home] [Help]

APPS.JAI_RCV_THIRD_PARTY_PKG dependencies on JAI_RCV_LINES

Line 164: from JAI_RCV_LINES jrl

160: and third_party_flag = 'N'
161: and exists
162: (
163: select '1'
164: from JAI_RCV_LINES jrl
165: where jrt.shipment_header_id = jrl.shipment_header_id
166: and jrt.shipment_line_id = jrl.shipment_line_id
167: /*Bug 4941642. Added by Lakshmi Gopalsami
168: Added transaction_id condition

Line 312: from JAI_RCV_LINES jrl

308: and third_party_flag = 'N'
309: and exists
310: (
311: select '1'
312: from JAI_RCV_LINES jrl
313: where jrt.shipment_header_id = jrl.shipment_header_id
314: and jrt.shipment_line_id = jrl.shipment_line_id
315: and jrl.tax_modified_flag <> 'Y'
316: );