[Home] [Help]
275: --Jalaj Srivastava Bug 2483644
276: --Now journal txns would also be posted using these APIs
277: IF ( (l_tran_rec.non_inv = 0) AND (substr(l_tran_rec.doc_type,1,3) <> 'GRD') )
278: THEN
279: GMI_LOCT_INV_PVT.UPDATING_IC_LOCT_INV
280: (
281: p_tran_rec => l_tran_rec,
282: x_return_status =>l_return_status
283: );
926: Removed DML code for ic_summ_inv since, now ic_summ_inv is
927: a view created from the data in ic_loct_inv and ic_tran_pnd
928: *********************************************************** */
929:
930: GMI_LOCT_INV_PVT.UPDATING_IC_LOCT_INV
931: (
932: p_tran_rec => l_tran_rec,
933: x_return_status =>l_return_status
934: );