DBA Data[Home] [Help]

APPS.OKL_CURE_VNDR_RFND_PVT dependencies on OKL_CURE_RFND_HDR_PUB

Line 22: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;

18: l_tot_received_amount okl_cure_refunds.received_amount%type := 0;
19: l_tot_offset_amount okl_cure_refunds.offset_amount%type := 0;
20: l_tot_disbursement_amount okl_cure_refunds.disbursement_amount%type := 0;
21:
22: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
23: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
24:
25: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
26: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

Line 23: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;

19: l_tot_offset_amount okl_cure_refunds.offset_amount%type := 0;
20: l_tot_disbursement_amount okl_cure_refunds.disbursement_amount%type := 0;
21:
22: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
23: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
24:
25: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
26: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
27:

Line 135: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

131: lp_chdv_rec.received_amount := l_tot_received_amount;
132: lp_chdv_rec.offset_amount := l_tot_offset_amount;
133: lp_chdv_rec.disbursement_amount := l_tot_disbursement_amount;
134:
135: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
136: p_api_version => p_api_version,
137: p_init_msg_list => p_init_msg_list,
138: x_return_status => x_return_status,
139: x_msg_count => x_msg_count,

Line 218: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;

214: l_api_name VARCHAR2(30) := 'update_cure_refund';
215: l_api_version CONSTANT NUMBER := 1.0;
216: i NUMBER;
217:
218: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
219: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
220:
221: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
222: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

Line 219: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;

215: l_api_version CONSTANT NUMBER := 1.0;
216: i NUMBER;
217:
218: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
219: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
220:
221: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
222: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
223:

Line 336: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

332: lp_chdv_rec.received_amount := l_tot_received_amount;
333: lp_chdv_rec.offset_amount := l_tot_offset_amount;
334: lp_chdv_rec.disbursement_amount := l_tot_disbursement_amount;
335:
336: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
337: p_api_version => p_api_version,
338: p_init_msg_list => p_init_msg_list,
339: x_return_status => x_return_status,
340: x_msg_count => x_msg_count,

Line 423: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;

419:
420: l_tot_received_amount okl_cure_refunds.received_amount%type := 0;
421: l_tot_offset_amount okl_cure_refunds.offset_amount%type := 0;
422:
423: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
424: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
425:
426: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
427: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

Line 424: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;

420: l_tot_received_amount okl_cure_refunds.received_amount%type := 0;
421: l_tot_offset_amount okl_cure_refunds.offset_amount%type := 0;
422:
423: lp_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
424: lx_chdv_rec OKL_cure_rfnd_hdr_pub.chdv_rec_type;
425:
426: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
427: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;
428:

Line 524: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

520:
521: lp_chdv_rec.received_amount := l_tot_received_amount;
522: lp_chdv_rec.offset_amount := l_tot_offset_amount;
523:
524: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
525: p_api_version => p_api_version,
526: p_init_msg_list => p_init_msg_list,
527: x_return_status => x_return_status,
528: x_msg_count => x_msg_count,