DBA Data[Home] [Help]

APPS.OKL_INS_CLAIM_ASSET_PUB_W dependencies on OKL_INS_CLAIM_ASSET_PUB

Line 1: package body okl_ins_claim_asset_pub_w as

1: package body okl_ins_claim_asset_pub_w as
2: /* $Header: OKLOCLAB.pls 115.2 2003/05/26 07:46:00 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 157: ddpx_clmv_tbl okl_ins_claim_asset_pub.clmv_tbl_type;

153: , p7_a52 in out nocopy JTF_DATE_TABLE
154: )
155:
156: as
157: ddpx_clmv_tbl okl_ins_claim_asset_pub.clmv_tbl_type;
158: ddpx_acdv_tbl okl_ins_claim_asset_pub.acdv_tbl_type;
159: ddpx_acnv_tbl okl_ins_claim_asset_pub.acnv_tbl_type;
160: ddindx binary_integer; indx binary_integer;
161: begin

Line 158: ddpx_acdv_tbl okl_ins_claim_asset_pub.acdv_tbl_type;

154: )
155:
156: as
157: ddpx_clmv_tbl okl_ins_claim_asset_pub.clmv_tbl_type;
158: ddpx_acdv_tbl okl_ins_claim_asset_pub.acdv_tbl_type;
159: ddpx_acnv_tbl okl_ins_claim_asset_pub.acnv_tbl_type;
160: ddindx binary_integer; indx binary_integer;
161: begin
162:

Line 159: ddpx_acnv_tbl okl_ins_claim_asset_pub.acnv_tbl_type;

155:
156: as
157: ddpx_clmv_tbl okl_ins_claim_asset_pub.clmv_tbl_type;
158: ddpx_acdv_tbl okl_ins_claim_asset_pub.acdv_tbl_type;
159: ddpx_acnv_tbl okl_ins_claim_asset_pub.acnv_tbl_type;
160: ddindx binary_integer; indx binary_integer;
161: begin
162:
163: -- copy data to the local IN or IN-OUT args, if any

Line 303: okl_ins_claim_asset_pub.create_lease_claim(p_api_version,

299: , p7_a52
300: );
301:
302: -- here's the delegated call to the old PL/SQL routine
303: okl_ins_claim_asset_pub.create_lease_claim(p_api_version,
304: p_init_msg_list,
305: x_return_status,
306: x_msg_count,
307: x_msg_data,

Line 462: ddp_lsm_id okl_ins_claim_asset_pub.stmid_rec_type_tbl_type;

458: , p5_a1 JTF_VARCHAR2_TABLE_100
459: )
460:
461: as
462: ddp_lsm_id okl_ins_claim_asset_pub.stmid_rec_type_tbl_type;
463: ddindx binary_integer; indx binary_integer;
464: begin
465:
466: -- copy data to the local IN or IN-OUT args, if any

Line 477: okl_ins_claim_asset_pub.hold_streams(p_api_version,

473: , p5_a1
474: );
475:
476: -- here's the delegated call to the old PL/SQL routine
477: okl_ins_claim_asset_pub.hold_streams(p_api_version,
478: p_init_msg_list,
479: x_return_status,
480: x_msg_count,
481: x_msg_data,

Line 492: end okl_ins_claim_asset_pub_w;

488:
489:
490: end;
491:
492: end okl_ins_claim_asset_pub_w;