DBA Data[Home] [Help]

APPS.JAI_PA_COSTING_PKG dependencies on JAI_RCV_TRANSACTIONS

Line 111: from JAI_RCV_TRANSACTIONS

107: r_get_po_line_loc_dtl c_get_po_line_loc_dtl%rowtype;
108:
109: cursor c_ja_in_rcv_trx(cp_transaction_id in number) is
110: select *
111: from JAI_RCV_TRANSACTIONS
112: where transaction_id = cp_transaction_id;
113: r_ja_in_receive_trx c_ja_in_rcv_trx%rowtype;
114: r_ja_in_deliver_trx c_ja_in_rcv_trx%rowtype;
115:

Line 706: , pv_transaction_uom => r_po_rcpt.unit_of_measure /* this value is not being populated by costing. so we need to fetch from JAI_RCV_TRANSACTIONS */

702: , pv_line_type => JAI_PA_COSTING_PKG.GV_LINE_TYPE_PO_RECEIPT
703: , pn_transaction_header_id => null -- ''
704: , pn_transaction_dist_id => r_po_rcpt.cdl_system_reference4 --> rcv_transaction_id
705: , pv_currency_of_return_tax_amt => JAI_PA_COSTING_PKG.gv_functional_currency
706: , pv_transaction_uom => r_po_rcpt.unit_of_measure /* this value is not being populated by costing. so we need to fetch from JAI_RCV_TRANSACTIONS */
707: , pn_transaction_qty => r_po_rcpt.quantity
708: , pn_currency_conv_rate => r_po_rcpt.receipt_exchange_rate
709: );
710: