DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PUB dependencies on GMI_CMP_TRAN_PVT

Line 97: l_cmp_tran_rec GMI_CMP_TRAN_PVT.cmp_tran_typ;

93: l_return_status VARCHAR2(1);
94: l_ic_jrnl_mst_rec ic_jrnl_mst%ROWTYPE;
95: l_ic_adjs_jnl_rec ic_adjs_jnl%ROWTYPE;
96: l_lot_rec GMI_LOTS_PUB.lot_rec_typ;
97: l_cmp_tran_rec GMI_CMP_TRAN_PVT.cmp_tran_typ;
98: l_user_name fnd_user.user_name%TYPE DEFAULT 'OPM';
99: l_user_id fnd_user.user_id%TYPE;
100:
101: BEGIN

Line 375: IF NOT GMI_CMP_TRAN_PVT.Update_quantity_transaction(l_cmp_tran_rec)

371: l_cmp_tran_rec.gl_posted_ind := 0;
372: l_cmp_tran_rec.event_id := 0;
373: l_cmp_tran_rec.text_code := NULL;
374:
375: IF NOT GMI_CMP_TRAN_PVT.Update_quantity_transaction(l_cmp_tran_rec)
376: THEN
377: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
378: END IF;
379: