DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on JAI_RCV_DELIVER_RTR_PKG

Line 155: jai_rcv_deliver_rtr_pkg.get_tax_amount_breakup

151:
152:
153: FOR rcv_costing_records IN cur_rcv_costing_records(receipt_rec.shipment_line_id) LOOP
154:
155: jai_rcv_deliver_rtr_pkg.get_tax_amount_breakup
156: (
157: p_shipment_line_id => receipt_rec.shipment_line_id,
158: p_transaction_id => rcv_costing_records.transaction_id,
159: p_curr_conv_rate => rcv_costing_records.currency_conversion_rate,

Line 172: lv_include_cenvat_in_costing := jai_rcv_deliver_rtr_pkg.include_cenvat_in_costing

168: if lv_process_status in ('E', 'X') THEN
169: raise_application_error(-20120,'Error while fetching the costing amount :'||lv_process_message);
170: end if;
171:
172: lv_include_cenvat_in_costing := jai_rcv_deliver_rtr_pkg.include_cenvat_in_costing
173: (
174: p_transaction_id => rcv_costing_records.transaction_id,
175: p_process_message => lv_process_message,
176: p_process_status => lv_process_status,