DBA Data[Home] [Help]

APPS.OKL_CONTRACT_REBOOK_PUB_W dependencies on OKL_CONTRACT_REBOOK_PUB

Line 1: package body okl_contract_rebook_pub_w as

1: package body okl_contract_rebook_pub_w as
2: /* $Header: OKLURBKB.pls 120.2 2005/12/06 23:43:48 rpillay 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 107: ddx_tcnv_rec okl_contract_rebook_pub.tcnv_rec_type;

103: )
104:
105: as
106: ddp_trx_date date;
107: ddx_tcnv_rec okl_contract_rebook_pub.tcnv_rec_type;
108: ddindx binary_integer; indx binary_integer;
109: begin
110:
111: -- copy data to the local IN or IN-OUT args, if any

Line 125: okl_contract_rebook_pub.create_txn_contract(p_api_version,

121:
122:
123:
124: -- here's the delegated call to the old PL/SQL routine
125: okl_contract_rebook_pub.create_txn_contract(p_api_version,
126: p_init_msg_list,
127: x_return_status,
128: x_msg_count,
129: x_msg_data,

Line 221: end okl_contract_rebook_pub_w;

217: p9_a70 := ddx_tcnv_rec.tmt_streams_updated_yn;
218:
219: end;
220:
221: end okl_contract_rebook_pub_w;