DBA Data[Home] [Help]

APPS.OKS_QP_INT_PVT dependencies on OKS_QP_INT_PVT

Line 1: PACKAGE BODY oks_qp_int_pvt AS

1: PACKAGE BODY oks_qp_int_pvt AS
2: /* $Header: OKSQPRQB.pls 120.20.12020000.3 2012/11/28 08:22:41 spingali ship $ */
3:
4: ------------------------------------------------------------------------------
5: -- GLOBAL CONSTANTS

Line 7175: oks_qp_int_pvt.compute_price

7171: l_input_details.chr_id := p_chr_id;
7172: l_input_details.intent := p_intent;
7173: END IF;
7174:
7175: oks_qp_int_pvt.compute_price
7176: (
7177: p_api_version => 1.0,
7178: p_init_msg_list => 'T',
7179: p_detail_rec => l_input_details,

Line 7198: END oks_qp_int_pvt;

7194:
7195: errbuf := l_msg_data;
7196:
7197: END reprice_conc;
7198: END oks_qp_int_pvt;