DBA Data[Home] [Help]

APPS.OKL_CS_TRANSACTIONS_PUB dependencies on OKL_CS_TRANSACTIONS_PVT

Line 35: okl_cs_transactions_pvt.get_totals (p_select => p_select,

31:
32:
33: -- PVT API call
34:
35: okl_cs_transactions_pvt.get_totals (p_select => p_select,
36: p_from => p_from,
37: p_where => p_where,
38: x_inv_total => x_inv_total,
39: x_rec_total => x_rec_total,

Line 110: okl_cs_transactions_pvt.get_svf_info (p_khr_id => p_khr_id,

106:
107:
108: -- PVT API call
109:
110: okl_cs_transactions_pvt.get_svf_info (p_khr_id => p_khr_id,
111: p_svf_code => p_svf_code,
112: x_svf_info_rec => x_svf_info_rec,
113: x_return_status => l_return_status,
114: x_msg_count => l_msg_count,

Line 186: okl_cs_transactions_pvt.get_credit_memo_info (p_khr_id => p_khr_id,

182:
183:
184: -- PVT API call
185:
186: okl_cs_transactions_pvt.get_credit_memo_info (p_khr_id => p_khr_id,
187: p_tai_id => p_tai_id,
188: x_trx_type => x_trx_type,
189: x_inv_num => x_inv_num,
190: x_trx_date => x_trx_date,

Line 259: okl_cs_transactions_pvt.check_process_template (p_ptm_code => p_ptm_code,

255:
256:
257: -- PVT API call
258:
259: okl_cs_transactions_pvt.check_process_template (p_ptm_code => p_ptm_code,
260: x_return_status => l_return_status,
261: x_msg_count => l_msg_count,
262: x_msg_data => l_msg_data);
263:

Line 325: okl_cs_transactions_pvt.get_pvt_label_email (p_khr_id => p_khr_id,

321:
322:
323: -- PVT API call
324:
325: okl_cs_transactions_pvt.get_pvt_label_email (p_khr_id => p_khr_id,
326: x_email => x_email,
327: x_return_status => l_return_status,
328: x_msg_count => l_msg_count,
329: x_msg_data => l_msg_data);

Line 406: okl_cs_transactions_pvt.create_svf_invoice (p_khr_id => p_khr_id,

402:
403:
404: -- PVT API call
405:
406: okl_cs_transactions_pvt.create_svf_invoice (p_khr_id => p_khr_id,
407: p_sty_name => p_sty_name,
408: p_svf_code => p_svf_code,
409: p_svf_amount => p_svf_amount,
410: p_svf_desc => p_svf_desc,