DBA Data[Home] [Help]

APPS.OKL_SERVICE_INTEGRATION_PUB_W dependencies on OKL_SERVICE_INTEGRATION_PUB

Line 1: package body okl_service_integration_pub_w as

1: package body okl_service_integration_pub_w as
2: /* $Header: OKLUSRIB.pls 115.1 2003/10/20 18:56:53 dedey noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 219: ddp_clev_rec okl_service_integration_pub.clev_rec_type;

215: , p6_a98 NUMBER := 0-1962.0724
216: )
217:
218: as
219: ddp_clev_rec okl_service_integration_pub.clev_rec_type;
220: ddp_klev_rec okl_service_integration_pub.klev_rec_type;
221: ddindx binary_integer; indx binary_integer;
222: begin
223:

Line 220: ddp_klev_rec okl_service_integration_pub.klev_rec_type;

216: )
217:
218: as
219: ddp_clev_rec okl_service_integration_pub.clev_rec_type;
220: ddp_klev_rec okl_service_integration_pub.klev_rec_type;
221: ddindx binary_integer; indx binary_integer;
222: begin
223:
224: -- copy data to the local IN or IN-OUT args, if any

Line 422: okl_service_integration_pub.delete_service_line(p_api_version,

418: ddp_klev_rec.pay_investor_event := p6_a97;
419: ddp_klev_rec.pay_investor_remittance_days := rosetta_g_miss_num_map(p6_a98);
420:
421: -- here's the delegated call to the old PL/SQL routine
422: okl_service_integration_pub.delete_service_line(p_api_version,
423: p_init_msg_list,
424: x_return_status,
425: x_msg_count,
426: x_msg_data,

Line 451: ddx_link_line_tbl okl_service_integration_pub.link_line_tbl_type;

447: , x_service_contract_id out nocopy NUMBER
448: )
449:
450: as
451: ddx_link_line_tbl okl_service_integration_pub.link_line_tbl_type;
452: ddindx binary_integer; indx binary_integer;
453: begin
454:
455: -- copy data to the local IN or IN-OUT args, if any

Line 465: okl_service_integration_pub.get_service_link_line(p_api_version,

461:
462:
463:
464: -- here's the delegated call to the old PL/SQL routine
465: okl_service_integration_pub.get_service_link_line(p_api_version,
466: p_init_msg_list,
467: x_return_status,
468: x_msg_count,
469: x_msg_data,

Line 689: ddp_clev_rec okl_service_integration_pub.clev_rec_type;

685: , p10_a98 NUMBER := 0-1962.0724
686: )
687:
688: as
689: ddp_clev_rec okl_service_integration_pub.clev_rec_type;
690: ddp_klev_rec okl_service_integration_pub.klev_rec_type;
691: ddindx binary_integer; indx binary_integer;
692: begin
693:

Line 690: ddp_klev_rec okl_service_integration_pub.klev_rec_type;

686: )
687:
688: as
689: ddp_clev_rec okl_service_integration_pub.clev_rec_type;
690: ddp_klev_rec okl_service_integration_pub.klev_rec_type;
691: ddindx binary_integer; indx binary_integer;
692: begin
693:
694: -- copy data to the local IN or IN-OUT args, if any

Line 897: okl_service_integration_pub.update_service_line(p_api_version,

893: ddp_klev_rec.pay_investor_remittance_days := rosetta_g_miss_num_map(p10_a98);
894:
895:
896: -- here's the delegated call to the old PL/SQL routine
897: okl_service_integration_pub.update_service_line(p_api_version,
898: p_init_msg_list,
899: x_return_status,
900: x_msg_count,
901: x_msg_data,

Line 1351: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;

1347: , p11_a19 out nocopy JTF_NUMBER_TABLE
1348: )
1349:
1350: as
1351: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
1352: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
1353: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1354: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
1355: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;

Line 1352: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;

1348: )
1349:
1350: as
1351: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
1352: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
1353: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1354: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
1355: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
1356: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;

Line 1353: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;

1349:
1350: as
1351: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
1352: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
1353: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1354: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
1355: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
1356: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
1357: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;

Line 1354: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;

1350: as
1351: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
1352: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
1353: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1354: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
1355: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
1356: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
1357: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1358: ddindx binary_integer; indx binary_integer;

Line 1355: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;

1351: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
1352: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
1353: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1354: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
1355: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
1356: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
1357: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1358: ddindx binary_integer; indx binary_integer;
1359: begin

Line 1356: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;

1352: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
1353: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1354: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
1355: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
1356: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
1357: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1358: ddindx binary_integer; indx binary_integer;
1359: begin
1360:

Line 1357: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;

1353: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1354: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
1355: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
1356: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
1357: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
1358: ddindx binary_integer; indx binary_integer;
1359: begin
1360:
1361: -- copy data to the local IN or IN-OUT args, if any

Line 1589: okl_service_integration_pub.create_cov_asset_line(p_api_version,

1585:
1586:
1587:
1588: -- here's the delegated call to the old PL/SQL routine
1589: okl_service_integration_pub.create_cov_asset_line(p_api_version,
1590: p_init_msg_list,
1591: x_return_status,
1592: x_msg_count,
1593: x_msg_data,

Line 2255: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;

2251: , p11_a19 out nocopy JTF_NUMBER_TABLE
2252: )
2253:
2254: as
2255: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
2256: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
2257: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2258: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
2259: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;

Line 2256: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;

2252: )
2253:
2254: as
2255: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
2256: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
2257: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2258: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
2259: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
2260: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;

Line 2257: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;

2253:
2254: as
2255: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
2256: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
2257: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2258: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
2259: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
2260: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
2261: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;

Line 2258: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;

2254: as
2255: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
2256: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
2257: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2258: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
2259: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
2260: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
2261: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2262: ddindx binary_integer; indx binary_integer;

Line 2259: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;

2255: ddp_clev_tbl okl_service_integration_pub.clev_tbl_type;
2256: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
2257: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2258: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
2259: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
2260: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
2261: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2262: ddindx binary_integer; indx binary_integer;
2263: begin

Line 2260: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;

2256: ddp_klev_tbl okl_service_integration_pub.klev_tbl_type;
2257: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2258: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
2259: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
2260: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
2261: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2262: ddindx binary_integer; indx binary_integer;
2263: begin
2264:

Line 2261: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;

2257: ddp_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2258: ddp_cov_tbl okl_service_integration_pub.srv_cov_tbl_type;
2259: ddx_clev_tbl okl_service_integration_pub.clev_tbl_type;
2260: ddx_klev_tbl okl_service_integration_pub.klev_tbl_type;
2261: ddx_cimv_tbl okl_service_integration_pub.cimv_tbl_type;
2262: ddindx binary_integer; indx binary_integer;
2263: begin
2264:
2265: -- copy data to the local IN or IN-OUT args, if any

Line 2493: okl_service_integration_pub.update_cov_asset_line(p_api_version,

2489:
2490:
2491:
2492: -- here's the delegated call to the old PL/SQL routine
2493: okl_service_integration_pub.update_cov_asset_line(p_api_version,
2494: p_init_msg_list,
2495: x_return_status,
2496: x_msg_count,
2497: x_msg_data,

Line 2732: end okl_service_integration_pub_w;

2728: , p11_a19
2729: );
2730: end;
2731:
2732: end okl_service_integration_pub_w;