DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on RCV_TRANSACTIONS

Line 89: from rcv_transactions

85: from JAI_RCV_LINE_TAXES
86: where (shipment_header_id, shipment_line_id)
87: in
88: (select shipment_header_id, shipment_line_id
89: from rcv_transactions
90: where transaction_id = p_rcv_transaction_id
91: )
92: and tax_id = p_tax_id;
93: