DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PUB_W dependencies on OKL_COPY_ASSET_PUB

Line 1: package body okl_copy_asset_pub_w as

1: package body okl_copy_asset_pub_w as
2: /* $Header: OKLUCALB.pls 115.7 2003/10/16 09:59:58 avsingh 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 235: ddp_from_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;

231: , p13_a98 out nocopy JTF_NUMBER_TABLE
232: )
233:
234: as
235: ddp_from_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;
236: ddx_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;
237: ddindx binary_integer; indx binary_integer;
238: begin
239:

Line 236: ddx_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;

232: )
233:
234: as
235: ddp_from_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;
236: ddx_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;
237: ddindx binary_integer; indx binary_integer;
238: begin
239:
240: -- copy data to the local IN or IN-OUT args, if any

Line 356: okl_copy_asset_pub.copy_asset_lines(p_api_version,

352:
353:
354:
355: -- here's the delegated call to the old PL/SQL routine
356: okl_copy_asset_pub.copy_asset_lines(p_api_version,
357: p_init_msg_list,
358: x_return_status,
359: x_msg_count,
360: x_msg_data,

Line 700: ddp_from_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;

696: , p13_a98 out nocopy JTF_NUMBER_TABLE
697: )
698:
699: as
700: ddp_from_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;
701: ddx_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;
702: ddindx binary_integer; indx binary_integer;
703: begin
704:

Line 701: ddx_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;

697: )
698:
699: as
700: ddp_from_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;
701: ddx_cle_id_tbl okl_copy_asset_pub.klev_tbl_type;
702: ddindx binary_integer; indx binary_integer;
703: begin
704:
705: -- copy data to the local IN or IN-OUT args, if any

Line 821: okl_copy_asset_pub.copy_all_lines(p_api_version,

817:
818:
819:
820: -- here's the delegated call to the old PL/SQL routine
821: okl_copy_asset_pub.copy_all_lines(p_api_version,
822: p_init_msg_list,
823: x_return_status,
824: x_msg_count,
825: x_msg_data,

Line 952: end okl_copy_asset_pub_w;

948: , p13_a98
949: );
950: end;
951:
952: end okl_copy_asset_pub_w;