DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PUB dependencies on OKL_OPI_PVT

Line 40: okl_opi_pvt.insert_pending_int(

36:
37:
38:
39: -- Private API Call start
40: okl_opi_pvt.insert_pending_int(
41: p_api_version => l_api_version,
42: p_init_msg_list => l_init_msg_list,
43: p_contract_id => l_contract_id,
44: x_oinv_rec => lx_oinv_rec,

Line 107: okl_opi_pvt.report_all_credit_bureau(

103: retcode OUT NOCOPY NUMBER) AS
104: lx_errbuf VARCHAR2(2000);
105: lx_retcode NUMBER;
106: BEGIN
107: okl_opi_pvt.report_all_credit_bureau(
108: errbuf => lx_errbuf,
109: retcode => lx_retcode);
110:
111:

Line 155: okl_opi_pvt.process_pending_int(

151:
152:
153:
154: -- Private API Call start
155: okl_opi_pvt.process_pending_int(
156: p_api_version => l_api_version,
157: p_init_msg_list => l_init_msg_list,
158: p_oinv_rec => lp_oinv_rec,
159: p_iohv_rec => lp_iohv_rec,