DBA Data[Home] [Help]

APPS.OKL_INS_CLAIM_ASSET_PVT_W dependencies on OKL_INS_CLAIM_ASSET_PVT

Line 1: package body okl_ins_claim_asset_pvt_w as

1: package body okl_ins_claim_asset_pvt_w as
2: /* $Header: OKLICLAB.pls 115.3 2003/05/26 07:45:35 arajagop 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 22: procedure rosetta_table_copy_in_p4(t out nocopy okl_ins_claim_asset_pvt.stmid_rec_type_tbl_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p4(t out nocopy okl_ins_claim_asset_pvt.stmid_rec_type_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_100
24: ) as
25: ddindx binary_integer; indx binary_integer;
26: begin

Line 43: procedure rosetta_table_copy_out_p4(t okl_ins_claim_asset_pvt.stmid_rec_type_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

39: end loop;
40: end if;
41: end if;
42: end rosetta_table_copy_in_p4;
43: procedure rosetta_table_copy_out_p4(t okl_ins_claim_asset_pvt.stmid_rec_type_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
44: , a1 out nocopy JTF_VARCHAR2_TABLE_100
45: ) as
46: ddindx binary_integer; indx binary_integer;
47: begin

Line 207: ddpx_clmv_tbl okl_ins_claim_asset_pvt.clmv_tbl_type;

203: , p7_a52 in out nocopy JTF_DATE_TABLE
204: )
205:
206: as
207: ddpx_clmv_tbl okl_ins_claim_asset_pvt.clmv_tbl_type;
208: ddpx_acdv_tbl okl_ins_claim_asset_pvt.acdv_tbl_type;
209: ddpx_acnv_tbl okl_ins_claim_asset_pvt.acnv_tbl_type;
210: ddindx binary_integer; indx binary_integer;
211: begin

Line 208: ddpx_acdv_tbl okl_ins_claim_asset_pvt.acdv_tbl_type;

204: )
205:
206: as
207: ddpx_clmv_tbl okl_ins_claim_asset_pvt.clmv_tbl_type;
208: ddpx_acdv_tbl okl_ins_claim_asset_pvt.acdv_tbl_type;
209: ddpx_acnv_tbl okl_ins_claim_asset_pvt.acnv_tbl_type;
210: ddindx binary_integer; indx binary_integer;
211: begin
212:

Line 209: ddpx_acnv_tbl okl_ins_claim_asset_pvt.acnv_tbl_type;

205:
206: as
207: ddpx_clmv_tbl okl_ins_claim_asset_pvt.clmv_tbl_type;
208: ddpx_acdv_tbl okl_ins_claim_asset_pvt.acdv_tbl_type;
209: ddpx_acnv_tbl okl_ins_claim_asset_pvt.acnv_tbl_type;
210: ddindx binary_integer; indx binary_integer;
211: begin
212:
213: -- copy data to the local IN or IN-OUT args, if any

Line 353: okl_ins_claim_asset_pvt.create_lease_claim(p_api_version,

349: , p7_a52
350: );
351:
352: -- here's the delegated call to the old PL/SQL routine
353: okl_ins_claim_asset_pvt.create_lease_claim(p_api_version,
354: p_init_msg_list,
355: x_return_status,
356: x_msg_count,
357: x_msg_data,

Line 512: ddp_lsm_id okl_ins_claim_asset_pvt.stmid_rec_type_tbl_type;

508: , p5_a1 JTF_VARCHAR2_TABLE_100
509: )
510:
511: as
512: ddp_lsm_id okl_ins_claim_asset_pvt.stmid_rec_type_tbl_type;
513: ddindx binary_integer; indx binary_integer;
514: begin
515:
516: -- copy data to the local IN or IN-OUT args, if any

Line 522: okl_ins_claim_asset_pvt_w.rosetta_table_copy_in_p4(ddp_lsm_id, p5_a0

518:
519:
520:
521:
522: okl_ins_claim_asset_pvt_w.rosetta_table_copy_in_p4(ddp_lsm_id, p5_a0
523: , p5_a1
524: );
525:
526: -- here's the delegated call to the old PL/SQL routine

Line 527: okl_ins_claim_asset_pvt.hold_streams(p_api_version,

523: , p5_a1
524: );
525:
526: -- here's the delegated call to the old PL/SQL routine
527: okl_ins_claim_asset_pvt.hold_streams(p_api_version,
528: p_init_msg_list,
529: x_return_status,
530: x_msg_count,
531: x_msg_data,

Line 542: end okl_ins_claim_asset_pvt_w;

538:
539:
540: end;
541:
542: end okl_ins_claim_asset_pvt_w;