DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CRF_PVT

Line 166: lp_crfv_rec okl_crf_pvt.crfv_rec_type;

162: l_acc_gen_primary_key_tbl Okl_Account_Generator_Pvt.primary_key_tbl;
163: l_template_tbl OKL_TMPT_SET_PUB.avlv_tbl_type;
164: l_amount_tbl Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;
165:
166: lp_crfv_rec okl_crf_pvt.crfv_rec_type;
167: lx_crfv_rec okl_crf_pvt.crfv_rec_type;
168:
169:
170:

Line 167: lx_crfv_rec okl_crf_pvt.crfv_rec_type;

163: l_template_tbl OKL_TMPT_SET_PUB.avlv_tbl_type;
164: l_amount_tbl Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;
165:
166: lp_crfv_rec okl_crf_pvt.crfv_rec_type;
167: lx_crfv_rec okl_crf_pvt.crfv_rec_type;
168:
169:
170:
171: CURSOR org_id_csr ( p_khr_id NUMBER ) IS

Line 1266: lp_crfv_tbl okl_crf_pvt.crfv_tbl_type;

1262: lx_tapv_tbl okl_tap_pvt.tapv_tbl_type;
1263: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
1264: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
1265: next_row integer;
1266: lp_crfv_tbl okl_crf_pvt.crfv_tbl_type;
1267: lx_crfv_tbl okl_crf_pvt.crfv_tbl_type;
1268:
1269: BEGIN
1270: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: update_refund_hdr : START ');

Line 1267: lx_crfv_tbl okl_crf_pvt.crfv_tbl_type;

1263: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
1264: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
1265: next_row integer;
1266: lp_crfv_tbl okl_crf_pvt.crfv_tbl_type;
1267: lx_crfv_tbl okl_crf_pvt.crfv_tbl_type;
1268:
1269: BEGIN
1270: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: update_refund_hdr : START ');
1271: SAVEPOINT UPDATE_REFUND_HDR;

Line 1500: lp_crfv_tbl okl_crf_pvt.crfv_tbl_type;

1496:
1497: lp_tapv_tbl okl_tap_pvt.tapv_tbl_type;
1498: lp_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
1499: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
1500: lp_crfv_tbl okl_crf_pvt.crfv_tbl_type;
1501: next_row integer;
1502:
1503:
1504: BEGIN

Line 3404: lp_crfv_rec okl_crf_pvt.crfv_rec_type;

3400:
3401: cursor c_getobj_ver(p_cure_refund_id IN NUMBER ) is
3402: select object_version_number from okl_cure_refunds
3403: where cure_refund_id =p_cure_refund_id;
3404: lp_crfv_rec okl_crf_pvt.crfv_rec_type;
3405: lx_crfv_rec okl_crf_pvt.crfv_rec_type;
3406:
3407: -- Code segment for Customer Account/bill to address
3408: -- as mentioned in OKC Rules Migration HLD

Line 3405: lx_crfv_rec okl_crf_pvt.crfv_rec_type;

3401: cursor c_getobj_ver(p_cure_refund_id IN NUMBER ) is
3402: select object_version_number from okl_cure_refunds
3403: where cure_refund_id =p_cure_refund_id;
3404: lp_crfv_rec okl_crf_pvt.crfv_rec_type;
3405: lx_crfv_rec okl_crf_pvt.crfv_rec_type;
3406:
3407: -- Code segment for Customer Account/bill to address
3408: -- as mentioned in OKC Rules Migration HLD
3409: -- Start

Line 3939: lp_crfv_rec okl_crf_pvt.crfv_rec_type;

3935: lp_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
3936: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
3937: /* ankushar end changes*/
3938:
3939: lp_crfv_rec okl_crf_pvt.crfv_rec_type;
3940: lx_crfv_rec okl_crf_pvt.crfv_rec_type;
3941:
3942:
3943:

Line 3940: lx_crfv_rec okl_crf_pvt.crfv_rec_type;

3936: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
3937: /* ankushar end changes*/
3938:
3939: lp_crfv_rec okl_crf_pvt.crfv_rec_type;
3940: lx_crfv_rec okl_crf_pvt.crfv_rec_type;
3941:
3942:
3943:
3944: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

Line 5495: lp_crfv_tbl okl_crf_pvt.crfv_tbl_type;

5491: lx_tapv_tbl okl_tap_pvt.tapv_tbl_type;
5492: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
5493: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
5494: next_row integer;
5495: lp_crfv_tbl okl_crf_pvt.crfv_tbl_type;
5496: lx_crfv_tbl okl_crf_pvt.crfv_tbl_type;
5497:
5498: BEGIN
5499: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: update_refund_headers : START');

Line 5496: lx_crfv_tbl okl_crf_pvt.crfv_tbl_type;

5492: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
5493: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
5494: next_row integer;
5495: lp_crfv_tbl okl_crf_pvt.crfv_tbl_type;
5496: lx_crfv_tbl okl_crf_pvt.crfv_tbl_type;
5497:
5498: BEGIN
5499: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: update_refund_headers : START');
5500: SAVEPOINT UPDATE_REFUND_HEADERS;