DBA Data[Home] [Help]

APPS.OKL_MISC_TRANS_PUB_W dependencies on OKL_MISC_TRANS_PUB

Line 1: package body okl_misc_trans_pub_w as

1: package body okl_misc_trans_pub_w as
2: /* $Header: OKLUMSCB.pls 120.2 2005/10/30 04:48:52 appldev 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 122: ddp_tclv_rec okl_misc_trans_pub.tclv_rec_type;

118: , p5_a45 VARCHAR2 := fnd_api.g_miss_char
119: )
120:
121: as
122: ddp_tclv_rec okl_misc_trans_pub.tclv_rec_type;
123: ddx_tclv_rec okl_misc_trans_pub.tclv_rec_type;
124: ddindx binary_integer; indx binary_integer;
125: begin
126:

Line 123: ddx_tclv_rec okl_misc_trans_pub.tclv_rec_type;

119: )
120:
121: as
122: ddp_tclv_rec okl_misc_trans_pub.tclv_rec_type;
123: ddx_tclv_rec okl_misc_trans_pub.tclv_rec_type;
124: ddindx binary_integer; indx binary_integer;
125: begin
126:
127: -- copy data to the local IN or IN-OUT args, if any

Line 182: okl_misc_trans_pub.create_misc_dstr_line(p_api_version,

178: ddp_tclv_rec.accrual_rule_yn := p5_a45;
179:
180:
181: -- here's the delegated call to the old PL/SQL routine
182: okl_misc_trans_pub.create_misc_dstr_line(p_api_version,
183: p_init_msg_list,
184: x_return_status,
185: x_msg_count,
186: x_msg_data,

Line 315: okl_misc_trans_pub.create_misc_transaction(p_api_version,

311: );
312:
313:
314: -- here's the delegated call to the old PL/SQL routine
315: okl_misc_trans_pub.create_misc_transaction(p_api_version,
316: p_init_msg_list,
317: x_return_status,
318: x_msg_count,
319: x_msg_data,

Line 402: okl_misc_trans_pub.update_misc_transaction(p_api_version,

398: , p6_a8
399: );
400:
401: -- here's the delegated call to the old PL/SQL routine
402: okl_misc_trans_pub.update_misc_transaction(p_api_version,
403: p_init_msg_list,
404: x_return_status,
405: x_msg_count,
406: x_msg_data,

Line 419: end okl_misc_trans_pub_w;

415:
416:
417: end;
418:
419: end okl_misc_trans_pub_w;