DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on JAI_RCV_DELIVER_RTR_PKG

Line 200: jai_rcv_deliver_rtr_pkg.get_tax_amount_breakup

196:
197:
198: FOR rcv_costing_records IN cur_rcv_costing_records(receipt_rec.shipment_line_id) LOOP
199:
200: jai_rcv_deliver_rtr_pkg.get_tax_amount_breakup
201: (
202: p_shipment_line_id => receipt_rec.shipment_line_id,
203: p_transaction_id => rcv_costing_records.transaction_id,
204: p_curr_conv_rate => rcv_costing_records.currency_conversion_rate,

Line 217: lv_include_cenvat_in_costing := jai_rcv_deliver_rtr_pkg.include_cenvat_in_costing

213: if lv_process_status in ('E', 'X') THEN
214: raise_application_error(-20120,'Error while fetching the costing amount :'||lv_process_message);
215: end if;
216:
217: lv_include_cenvat_in_costing := jai_rcv_deliver_rtr_pkg.include_cenvat_in_costing
218: (
219: p_transaction_id => rcv_costing_records.transaction_id,
220: p_process_message => lv_process_message,
221: p_process_status => lv_process_status,