DBA Data[Home] [Help]

APPS.JAI_RETRO_PRC_PKG dependencies on JAI_RCV_DELIVER_RTR_PKG

Line 1617: lv_include_cenvat_in_costing := Jai_Rcv_Deliver_Rtr_Pkg.Include_Cenvat_In_Costing( p_transaction_id => trx_rec.transaction_id --DELIEVR transaction id

1613: LOOP
1614: IF pn_cenvat_amount <> 0 --if the recoverable cenvat amount is not zero
1615: THEN
1616: --Call the following function to decide if cenvat needs to be included in costing
1617: lv_include_cenvat_in_costing := Jai_Rcv_Deliver_Rtr_Pkg.Include_Cenvat_In_Costing( p_transaction_id => trx_rec.transaction_id --DELIEVR transaction id
1618: , p_process_message => lv_process_message
1619: , p_process_status => lv_process_status
1620: , p_codepath => lv_codepath
1621: );