DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RELOCATION_PUB_W dependencies on OKL_AM_ASSET_RELOCATION_PUB

Line 1: package body okl_am_asset_relocation_pub_w as

1: package body okl_am_asset_relocation_pub_w as
2: /* $Header: OKLUAREB.pls 120.3 2005/12/05 07:12:44 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 33: ddp_ialo_tbl okl_am_asset_relocation_pub.ialo_tbl_type;

29: , p5_a2 JTF_NUMBER_TABLE
30: )
31:
32: as
33: ddp_ialo_tbl okl_am_asset_relocation_pub.ialo_tbl_type;
34: ddindx binary_integer; indx binary_integer;
35: begin
36:
37: -- copy data to the local IN or IN-OUT args, if any

Line 49: okl_am_asset_relocation_pub.relocate_installed_item(p_api_version,

45: , p5_a2
46: );
47:
48: -- here's the delegated call to the old PL/SQL routine
49: okl_am_asset_relocation_pub.relocate_installed_item(p_api_version,
50: p_init_msg_list,
51: x_return_status,
52: x_msg_count,
53: x_msg_data,

Line 83: ddp_falo_tbl okl_am_asset_relocation_pub.falo_tbl_type;

79: , p5_a10 JTF_NUMBER_TABLE
80: )
81:
82: as
83: ddp_falo_tbl okl_am_asset_relocation_pub.falo_tbl_type;
84: ddindx binary_integer; indx binary_integer;
85: begin
86:
87: -- copy data to the local IN or IN-OUT args, if any

Line 107: okl_am_asset_relocation_pub.relocate_fixed_asset(p_api_version,

103: , p5_a10
104: );
105:
106: -- here's the delegated call to the old PL/SQL routine
107: okl_am_asset_relocation_pub.relocate_fixed_asset(p_api_version,
108: p_init_msg_list,
109: x_return_status,
110: x_msg_count,
111: x_msg_data,

Line 141: ddp_assets_tbl okl_am_asset_relocation_pub.falo_tbl_type;

137: , p5_a10 JTF_NUMBER_TABLE
138: )
139:
140: as
141: ddp_assets_tbl okl_am_asset_relocation_pub.falo_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 165: okl_am_asset_relocation_pub.change_fa_location(p_api_version,

161: , p5_a10
162: );
163:
164: -- here's the delegated call to the old PL/SQL routine
165: okl_am_asset_relocation_pub.change_fa_location(p_api_version,
166: p_init_msg_list,
167: x_return_status,
168: x_msg_count,
169: x_msg_data,

Line 180: end okl_am_asset_relocation_pub_w;

176:
177:
178: end;
179:
180: end okl_am_asset_relocation_pub_w;