DBA Data[Home] [Help]

APPS.OKL_VERSION_PUB_W dependencies on OKL_VERSION_PUB

Line 1: package body okl_version_pub_w as

1: package body okl_version_pub_w as
2: /* $Header: OKLUVERB.pls 120.1 2005/07/22 10:20:50 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 49: ddp_cvmv_rec okl_version_pub.cvmv_rec_type;

45: , p5_a8 NUMBER := 0-1962.0724
46: )
47:
48: as
49: ddp_cvmv_rec okl_version_pub.cvmv_rec_type;
50: ddx_cvmv_rec okl_version_pub.cvmv_rec_type;
51: ddindx binary_integer; indx binary_integer;
52: begin
53:

Line 50: ddx_cvmv_rec okl_version_pub.cvmv_rec_type;

46: )
47:
48: as
49: ddp_cvmv_rec okl_version_pub.cvmv_rec_type;
50: ddx_cvmv_rec okl_version_pub.cvmv_rec_type;
51: ddindx binary_integer; indx binary_integer;
52: begin
53:
54: -- copy data to the local IN or IN-OUT args, if any

Line 73: okl_version_pub.version_contract(p_api_version,

69:
70:
71:
72: -- here's the delegated call to the old PL/SQL routine
73: okl_version_pub.version_contract(p_api_version,
74: p_init_msg_list,
75: x_return_status,
76: x_msg_count,
77: x_msg_data,

Line 128: ddp_cvmv_tbl okl_version_pub.cvmv_tbl_type;

124: , p7_a8 out nocopy JTF_NUMBER_TABLE
125: )
126:
127: as
128: ddp_cvmv_tbl okl_version_pub.cvmv_tbl_type;
129: ddx_cvmv_tbl okl_version_pub.cvmv_tbl_type;
130: ddindx binary_integer; indx binary_integer;
131: begin
132:

Line 129: ddx_cvmv_tbl okl_version_pub.cvmv_tbl_type;

125: )
126:
127: as
128: ddp_cvmv_tbl okl_version_pub.cvmv_tbl_type;
129: ddx_cvmv_tbl okl_version_pub.cvmv_tbl_type;
130: ddindx binary_integer; indx binary_integer;
131: begin
132:
133: -- copy data to the local IN or IN-OUT args, if any

Line 153: okl_version_pub.version_contract(p_api_version,

149:
150:
151:
152: -- here's the delegated call to the old PL/SQL routine
153: okl_version_pub.version_contract(p_api_version,
154: p_init_msg_list,
155: x_return_status,
156: x_msg_count,
157: x_msg_data,

Line 182: end okl_version_pub_w;

178: , p7_a8
179: );
180: end;
181:
182: end okl_version_pub_w;