DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on RCV_TRANSACTIONS

Line 105: from rcv_transactions

101: from JAI_RCV_LINE_TAXES
102: where (shipment_header_id, shipment_line_id)
103: in
104: (select shipment_header_id, shipment_line_id
105: from rcv_transactions
106: where transaction_id = p_rcv_transaction_id
107: )
108: and tax_id = p_tax_id;
109:

Line 275: FROM RCV_TRANSACTIONS

271: IS
272: SELECT precedence_1, precedence_2, precedence_3, precedence_4, precedence_5
273: FROM jai_rcv_line_taxes
274: WHERE shipment_line_id IN (SELECT shipment_line_id
275: FROM RCV_TRANSACTIONS
276: WHERE transaction_id = p_rcv_transaction_id)
277: AND tax_id = p_tax_id;
278: /*Bug 14277151 - End*/
279: