DBA Data[Home] [Help]

APPS.OKL_INTEREST_MAINT_PUB_W dependencies on OKL_INTEREST_MAINT_PUB

Line 1: package body okl_interest_maint_pub_w as

1: package body okl_interest_maint_pub_w as
2: /* $Header: OKLUINMB.pls 120.1 2005/07/14 12:03:22 asawanka 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 61: ddp_idxv_rec okl_interest_maint_pub.idxv_rec_type;

57: , p5_a30 NUMBER := 0-1962.0724
58: )
59:
60: as
61: ddp_idxv_rec okl_interest_maint_pub.idxv_rec_type;
62: ddindx binary_integer; indx binary_integer;
63: begin
64:
65: -- copy data to the local IN or IN-OUT args, if any

Line 104: okl_interest_maint_pub.int_hdr_ins_updt(p_api_version,

100: ddp_idxv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a29);
101: ddp_idxv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
102:
103: -- here's the delegated call to the old PL/SQL routine
104: okl_interest_maint_pub.int_hdr_ins_updt(p_api_version,
105: p_init_msg_list,
106: x_return_status,
107: x_msg_count,
108: x_msg_data,

Line 158: ddp_idxv_tbl okl_interest_maint_pub.idxv_tbl_type;

154: , p5_a30 JTF_NUMBER_TABLE
155: )
156:
157: as
158: ddp_idxv_tbl okl_interest_maint_pub.idxv_tbl_type;
159: ddindx binary_integer; indx binary_integer;
160: begin
161:
162: -- copy data to the local IN or IN-OUT args, if any

Line 202: okl_interest_maint_pub.int_hdr_ins_updt(p_api_version,

198: , p5_a30
199: );
200:
201: -- here's the delegated call to the old PL/SQL routine
202: okl_interest_maint_pub.int_hdr_ins_updt(p_api_version,
203: p_init_msg_list,
204: x_return_status,
205: x_msg_count,
206: x_msg_data,

Line 240: ddp_ivev_rec okl_interest_maint_pub.ivev_rec_type;

236: , p5_a14 NUMBER := 0-1962.0724
237: )
238:
239: as
240: ddp_ivev_rec okl_interest_maint_pub.ivev_rec_type;
241: ddindx binary_integer; indx binary_integer;
242: begin
243:
244: -- copy data to the local IN or IN-OUT args, if any

Line 267: okl_interest_maint_pub.int_dtl_ins_updt(p_api_version,

263: ddp_ivev_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a13);
264: ddp_ivev_rec.last_update_login := rosetta_g_miss_num_map(p5_a14);
265:
266: -- here's the delegated call to the old PL/SQL routine
267: okl_interest_maint_pub.int_dtl_ins_updt(p_api_version,
268: p_init_msg_list,
269: x_return_status,
270: x_msg_count,
271: x_msg_data,

Line 305: ddp_ivev_tbl okl_interest_maint_pub.ivev_tbl_type;

301: , p5_a14 JTF_NUMBER_TABLE
302: )
303:
304: as
305: ddp_ivev_tbl okl_interest_maint_pub.ivev_tbl_type;
306: ddindx binary_integer; indx binary_integer;
307: begin
308:
309: -- copy data to the local IN or IN-OUT args, if any

Line 333: okl_interest_maint_pub.int_dtl_ins_updt(p_api_version,

329: , p5_a14
330: );
331:
332: -- here's the delegated call to the old PL/SQL routine
333: okl_interest_maint_pub.int_dtl_ins_updt(p_api_version,
334: p_init_msg_list,
335: x_return_status,
336: x_msg_count,
337: x_msg_data,

Line 348: end okl_interest_maint_pub_w;

344:
345:
346: end;
347:
348: end okl_interest_maint_pub_w;