DBA Data[Home] [Help]

APPS.JAI_RETRO_PRC_PKG dependencies on JAI_RCV_DELIVER_RTR_PKG

Line 1622: 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: LOOP
1619: IF pn_cenvat_amount <> 0 --if the recoverable cenvat amount is not zero
1620: THEN
1621: --Call the following function to decide if cenvat needs to be included in costing
1622: lv_include_cenvat_in_costing := Jai_Rcv_Deliver_Rtr_Pkg.Include_Cenvat_In_Costing( p_transaction_id => trx_rec.transaction_id --DELIEVR transaction id
1623: , p_process_message => lv_process_message
1624: , p_process_status => lv_process_status
1625: , p_codepath => lv_codepath
1626: );