DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CHD_PVT

Line 982: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

978: l_api_name CONSTANT VARCHAR2(50) := 'CREATE_REFUND_HDR';
979: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
980: || l_api_name;
981:
982: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
983: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
984:
985: x_pay_tbl pay_cure_refunds_tbl_type;
986:

Line 983: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

979: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
980: || l_api_name;
981:
982: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
983: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
984:
985: x_pay_tbl pay_cure_refunds_tbl_type;
986:
987: l_pay_cure_refunds_rec pay_cure_refunds_rec_type;

Line 1263: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

1259: || l_api_name;
1260:
1261: lp_tapv_tbl okl_tap_pvt.tapv_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;

Line 1264: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

1260:
1261: lp_tapv_tbl okl_tap_pvt.tapv_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:

Line 1499: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

1495: || l_api_name;
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:

Line 2152: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

2148: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
2149: || l_api_name;
2150: lp_tapv_tbl okl_tap_pvt.tapv_tbl_type;
2151: lx_tapv_tbl okl_tap_pvt.tapv_tbl_type;
2152: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
2153: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
2154: lp_crsv_tbl okl_crs_pvt.crsv_tbl_type;
2155: xp_crsv_tbl okl_crs_pvt.crsv_tbl_type;
2156: lp_taiv_tbl okl_tai_pvt.taiv_tbl_type;

Line 2153: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

2149: || l_api_name;
2150: lp_tapv_tbl okl_tap_pvt.tapv_tbl_type;
2151: lx_tapv_tbl okl_tap_pvt.tapv_tbl_type;
2152: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
2153: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
2154: lp_crsv_tbl okl_crs_pvt.crsv_tbl_type;
2155: xp_crsv_tbl okl_crs_pvt.crsv_tbl_type;
2156: lp_taiv_tbl okl_tai_pvt.taiv_tbl_type;
2157: lx_taiv_tbl okl_tai_pvt.taiv_tbl_type;

Line 3944: lp_chdv_rec okl_chd_pvt.chdv_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;
3945: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
3946:
3947: cursor c_getobj(p_cure_refund_header_id IN NUMBER ) is
3948: select object_version_number from okl_cure_refund_headers_b

Line 3945: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

3941:
3942:
3943:
3944: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
3945: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
3946:
3947: cursor c_getobj(p_cure_refund_header_id IN NUMBER ) is
3948: select object_version_number from okl_cure_refund_headers_b
3949: where cure_refund_header_id =p_cure_refund_header_id;

Line 4484: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

4480: l_api_name CONSTANT VARCHAR2(50) := 'APPROVE_CURE_REFUNDS';
4481: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
4482: || l_api_name;
4483:
4484: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
4485: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
4486:
4487: cursor c_getobj(p_cure_refund_header_id IN NUMBER ) is
4488: select object_version_number,

Line 4485: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

4481: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
4482: || l_api_name;
4483:
4484: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
4485: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
4486:
4487: cursor c_getobj(p_cure_refund_header_id IN NUMBER ) is
4488: select object_version_number,
4489: refund_header_number,

Line 4719: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

4715: l_message VARCHAR2(32627);
4716: l_api_name CONSTANT VARCHAR2(50) := 'SUBMIT_CURE_REFUNDS';
4717: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
4718: || l_api_name;
4719: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
4720: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
4721:
4722:
4723: lp_tapv_tbl okl_tap_pvt.tapv_tbl_type;

Line 4720: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

4716: l_api_name CONSTANT VARCHAR2(50) := 'SUBMIT_CURE_REFUNDS';
4717: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
4718: || l_api_name;
4719: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
4720: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
4721:
4722:
4723: lp_tapv_tbl okl_tap_pvt.tapv_tbl_type;
4724: lx_tapv_tbl okl_tap_pvt.tapv_tbl_type;

Line 5054: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

5050: cursor c_getobj(p_cure_refund_header_id IN NUMBER ) is
5051: select object_version_number from okl_cure_refund_headers_b
5052: where cure_refund_header_id =p_cure_refund_header_id;
5053:
5054: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
5055: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
5056:
5057:
5058:

Line 5055: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

5051: select object_version_number from okl_cure_refund_headers_b
5052: where cure_refund_header_id =p_cure_refund_header_id;
5053:
5054: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
5055: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
5056:
5057:
5058:
5059:

Line 5322: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

5318: l_api_name CONSTANT VARCHAR2(50) := 'CREATE_REFUND_HEADERS';
5319: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
5320: || l_api_name;
5321:
5322: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
5323: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
5324:
5325: x_pay_tbl pay_cure_refunds_tbl_type;
5326:

Line 5323: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

5319: l_api_name_full CONSTANT VARCHAR2(150):= g_pkg_name || '.'
5320: || l_api_name;
5321:
5322: lp_chdv_rec okl_chd_pvt.chdv_rec_type;
5323: lx_chdv_rec okl_chd_pvt.chdv_rec_type;
5324:
5325: x_pay_tbl pay_cure_refunds_tbl_type;
5326:
5327: l_pay_cure_refunds_rec pay_cure_refunds_rec_type;

Line 5492: lp_chdv_rec okl_chd_pvt.chdv_rec_type;

5488: || l_api_name;
5489:
5490: lp_tapv_tbl okl_tap_pvt.tapv_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;

Line 5493: lx_chdv_rec okl_chd_pvt.chdv_rec_type;

5489:
5490: lp_tapv_tbl okl_tap_pvt.tapv_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: