DBA Data[Home] [Help]

APPS.OKL_CURE_VNDR_RFND_PVT dependencies on OKL_CURE_REFUNDS_PUB

Line 25: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

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:
28: lp_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
29: lx_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;

Line 26: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

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:
28: lp_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
29: lx_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
30:

Line 100: OKL_cure_refunds_pub.insert_cure_refunds(

96: END LOOP;
97:
98: -- refund lines info
99:
100: OKL_cure_refunds_pub.insert_cure_refunds(
101: p_api_version => p_api_version,
102: p_init_msg_list => p_init_msg_list,
103: x_return_status => x_return_status,
104: x_msg_count => x_msg_count,

Line 221: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

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:
224: lp_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
225: lx_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;

Line 222: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

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:
224: lp_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
225: lx_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
226:

Line 301: OKL_cure_refunds_pub.update_cure_refunds(

297: END LOOP;
298:
299: -- refund lines info
300:
301: OKL_cure_refunds_pub.update_cure_refunds(
302: p_api_version => p_api_version,
303: p_init_msg_list => p_init_msg_list,
304: x_return_status => x_return_status,
305: x_msg_count => x_msg_count,

Line 426: lp_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

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:
429: lp_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
430: lx_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;

Line 427: lx_crfv_tbl OKL_cure_refunds_pub.crfv_tbl_type;

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:
429: lp_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
430: lx_crsv_tbl OKL_cure_rfnd_stage_pub.crsv_tbl_type;
431:

Line 491: OKL_cure_refunds_pub.delete_cure_refunds(

487: END LOOP;
488:
489: -- refund lines info
490:
491: OKL_cure_refunds_pub.delete_cure_refunds(
492: p_api_version => p_api_version,
493: p_init_msg_list => p_init_msg_list,
494: x_return_status => x_return_status,
495: x_msg_count => x_msg_count,