DBA Data[Home] [Help]

APPS.OKL_AM_ARINV_PVT_W dependencies on OKL_AM_ARINV_PVT

Line 1: package body okl_am_arinv_pvt_w as

1: package body okl_am_arinv_pvt_w as
2: /* $Header: OKLEARVB.pls 115.6 2002/12/24 19:06:58 gkadarka 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 42: ddp_ariv_tbl okl_am_arinv_pvt.ariv_tbl_type;

38: , p5_a11 JTF_NUMBER_TABLE
39: )
40:
41: as
42: ddp_ariv_tbl okl_am_arinv_pvt.ariv_tbl_type;
43: ddindx binary_integer; indx binary_integer;
44: begin
45:
46: -- copy data to the local IN or IN-OUT args, if any

Line 67: okl_am_arinv_pvt.create_asset_repair_invoice(p_api_version,

63: , p5_a11
64: );
65:
66: -- here's the delegated call to the old PL/SQL routine
67: okl_am_arinv_pvt.create_asset_repair_invoice(p_api_version,
68: p_init_msg_list,
69: x_return_status,
70: x_msg_count,
71: x_msg_data,

Line 114: ddp_ariv_tbl okl_am_arinv_pvt.ariv_tbl_type;

110: , p6_a11 out nocopy JTF_NUMBER_TABLE
111: )
112:
113: as
114: ddp_ariv_tbl okl_am_arinv_pvt.ariv_tbl_type;
115: ddx_ariv_tbl okl_am_arinv_pvt.ariv_tbl_type;
116: ddindx binary_integer; indx binary_integer;
117: begin
118:

Line 115: ddx_ariv_tbl okl_am_arinv_pvt.ariv_tbl_type;

111: )
112:
113: as
114: ddp_ariv_tbl okl_am_arinv_pvt.ariv_tbl_type;
115: ddx_ariv_tbl okl_am_arinv_pvt.ariv_tbl_type;
116: ddindx binary_integer; indx binary_integer;
117: begin
118:
119: -- copy data to the local IN or IN-OUT args, if any

Line 141: okl_am_arinv_pvt.approve_asset_repair(p_api_version,

137: );
138:
139:
140: -- here's the delegated call to the old PL/SQL routine
141: okl_am_arinv_pvt.approve_asset_repair(p_api_version,
142: p_init_msg_list,
143: x_return_status,
144: x_msg_count,
145: x_msg_data,

Line 171: end okl_am_arinv_pvt_w;

167: , p6_a11
168: );
169: end;
170:
171: end okl_am_arinv_pvt_w;