DBA Data[Home] [Help]

APPS.OKL_INTEREST_MAINT_PVT_W dependencies on OKL_INTEREST_MAINT_PVT

Line 1: package body okl_interest_maint_pvt_w as

1: package body okl_interest_maint_pvt_w as
2: /* $Header: OKLEINMB.pls 120.1 2005/07/11 12:50:42 dkagrawa 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 43: ddrosetta_retval := okl_interest_maint_pvt.overlap_exists(p_idx_type,

39:
40: ddp_datetime_invalid := rosetta_g_miss_date_in_map(p_datetime_invalid);
41:
42: -- here's the delegated call to the old PL/SQL routine
43: ddrosetta_retval := okl_interest_maint_pvt.overlap_exists(p_idx_type,
44: p_idx_name,
45: ddp_datetime_valid,
46: ddp_datetime_invalid);
47:

Line 75: ddrosetta_retval := okl_interest_maint_pvt.overlap_exists(p_idx_id,

71:
72: ddp_datetime_invalid := rosetta_g_miss_date_in_map(p_datetime_invalid);
73:
74: -- here's the delegated call to the old PL/SQL routine
75: ddrosetta_retval := okl_interest_maint_pvt.overlap_exists(p_idx_id,
76: ddp_datetime_valid,
77: ddp_datetime_invalid);
78:
79: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 125: ddp_idxv_rec okl_interest_maint_pvt.idxv_rec_type;

121: , p5_a30 NUMBER := 0-1962.0724
122: )
123:
124: as
125: ddp_idxv_rec okl_interest_maint_pvt.idxv_rec_type;
126: ddindx binary_integer; indx binary_integer;
127: begin
128:
129: -- copy data to the local IN or IN-OUT args, if any

Line 168: okl_interest_maint_pvt.int_hdr_ins_updt(p_api_version,

164: ddp_idxv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a29);
165: ddp_idxv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
166:
167: -- here's the delegated call to the old PL/SQL routine
168: okl_interest_maint_pvt.int_hdr_ins_updt(p_api_version,
169: p_init_msg_list,
170: x_return_status,
171: x_msg_count,
172: x_msg_data,

Line 222: ddp_idxv_tbl okl_interest_maint_pvt.idxv_tbl_type;

218: , p5_a30 JTF_NUMBER_TABLE
219: )
220:
221: as
222: ddp_idxv_tbl okl_interest_maint_pvt.idxv_tbl_type;
223: ddindx binary_integer; indx binary_integer;
224: begin
225:
226: -- copy data to the local IN or IN-OUT args, if any

Line 266: okl_interest_maint_pvt.int_hdr_ins_updt(p_api_version,

262: , p5_a30
263: );
264:
265: -- here's the delegated call to the old PL/SQL routine
266: okl_interest_maint_pvt.int_hdr_ins_updt(p_api_version,
267: p_init_msg_list,
268: x_return_status,
269: x_msg_count,
270: x_msg_data,

Line 304: ddp_ivev_rec okl_interest_maint_pvt.ivev_rec_type;

300: , p5_a14 NUMBER := 0-1962.0724
301: )
302:
303: as
304: ddp_ivev_rec okl_interest_maint_pvt.ivev_rec_type;
305: ddindx binary_integer; indx binary_integer;
306: begin
307:
308: -- copy data to the local IN or IN-OUT args, if any

Line 331: okl_interest_maint_pvt.int_dtl_ins_updt(p_api_version,

327: ddp_ivev_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a13);
328: ddp_ivev_rec.last_update_login := rosetta_g_miss_num_map(p5_a14);
329:
330: -- here's the delegated call to the old PL/SQL routine
331: okl_interest_maint_pvt.int_dtl_ins_updt(p_api_version,
332: p_init_msg_list,
333: x_return_status,
334: x_msg_count,
335: x_msg_data,

Line 369: ddp_ivev_tbl okl_interest_maint_pvt.ivev_tbl_type;

365: , p5_a14 JTF_NUMBER_TABLE
366: )
367:
368: as
369: ddp_ivev_tbl okl_interest_maint_pvt.ivev_tbl_type;
370: ddindx binary_integer; indx binary_integer;
371: begin
372:
373: -- copy data to the local IN or IN-OUT args, if any

Line 397: okl_interest_maint_pvt.int_dtl_ins_updt(p_api_version,

393: , p5_a14
394: );
395:
396: -- here's the delegated call to the old PL/SQL routine
397: okl_interest_maint_pvt.int_dtl_ins_updt(p_api_version,
398: p_init_msg_list,
399: x_return_status,
400: x_msg_count,
401: x_msg_data,

Line 412: end okl_interest_maint_pvt_w;

408:
409:
410: end;
411:
412: end okl_interest_maint_pvt_w;