DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_DIST_MISC_PVT_W dependencies on OKL_ACCOUNT_DIST_MISC_PVT

Line 1: package body okl_account_dist_misc_pvt_w as

1: package body okl_account_dist_misc_pvt_w as
2: /* $Header: OKLETDSB.pls 120.1 2005/07/07 13:34:41 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 140: ddp_tabv_tbl okl_account_dist_misc_pvt.tabv_tbl_type;

136: , p6_a54 out nocopy JTF_VARCHAR2_TABLE_100
137: )
138:
139: as
140: ddp_tabv_tbl okl_account_dist_misc_pvt.tabv_tbl_type;
141: ddx_tabv_tbl okl_account_dist_misc_pvt.tabv_tbl_type;
142: ddindx binary_integer; indx binary_integer;
143: begin
144:

Line 141: ddx_tabv_tbl okl_account_dist_misc_pvt.tabv_tbl_type;

137: )
138:
139: as
140: ddp_tabv_tbl okl_account_dist_misc_pvt.tabv_tbl_type;
141: ddx_tabv_tbl okl_account_dist_misc_pvt.tabv_tbl_type;
142: ddindx binary_integer; indx binary_integer;
143: begin
144:
145: -- copy data to the local IN or IN-OUT args, if any

Line 210: okl_account_dist_misc_pvt.insert_updt_dstrs(p_api_version,

206: );
207:
208:
209: -- here's the delegated call to the old PL/SQL routine
210: okl_account_dist_misc_pvt.insert_updt_dstrs(p_api_version,
211: p_init_msg_list,
212: x_return_status,
213: x_msg_count,
214: x_msg_data,

Line 283: end okl_account_dist_misc_pvt_w;

279: , p6_a54
280: );
281: end;
282:
283: end okl_account_dist_misc_pvt_w;