DBA Data[Home] [Help]

APPS.OKL_RELEASE_PUB_W dependencies on OKL_RELEASE_PUB

Line 1: package body okl_release_pub_w as

1: package body okl_release_pub_w as
2: /* $Header: OKLUREKB.pls 120.3 2005/10/30 03:50:32 appldev 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 120: ddx_tcnv_rec okl_release_pub.tcnv_rec_type;

116: )
117:
118: as
119: ddp_trx_date date;
120: ddx_tcnv_rec okl_release_pub.tcnv_rec_type;
121: ddindx binary_integer; indx binary_integer;
122: begin
123:
124: -- copy data to the local IN or IN-OUT args, if any

Line 140: okl_release_pub.create_release_contract(p_api_version,

136:
137:
138:
139: -- here's the delegated call to the old PL/SQL routine
140: okl_release_pub.create_release_contract(p_api_version,
141: p_init_msg_list,
142: x_return_status,
143: x_msg_count,
144: x_msg_data,

Line 251: end okl_release_pub_w;

247: p11_a81 := ddx_tcnv_rec.source_trx_type;
248:
249: end;
250:
251: end okl_release_pub_w;