DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PUB_W dependencies on OKL_COPY_CONTRACT_PUB

Line 1: package body okl_copy_contract_pub_w as

1: package body okl_copy_contract_pub_w as
2: /* $Header: OKLUCOPB.pls 120.1 2005/07/08 12:21:10 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 34: ddrosetta_retval := okl_copy_contract_pub.update_target_contract(p_chr_id);

30:
31: -- copy data to the local IN or IN-OUT args, if any
32:
33: -- here's the delegated call to the old PL/SQL routine
34: ddrosetta_retval := okl_copy_contract_pub.update_target_contract(p_chr_id);
35:
36: -- copy data back from the local variables to OUT or IN-OUT args, if any
37: if ddrosetta_retval is null
38: then ddrosetta_retval_bool := null;

Line 59: ddrosetta_retval := okl_copy_contract_pub.is_copy_allowed(p_chr_id,

55: -- copy data to the local IN or IN-OUT args, if any
56:
57:
58: -- here's the delegated call to the old PL/SQL routine
59: ddrosetta_retval := okl_copy_contract_pub.is_copy_allowed(p_chr_id,
60: p_sts_code);
61:
62: -- copy data back from the local variables to OUT or IN-OUT args, if any
63: if ddrosetta_retval is null

Line 86: ddrosetta_retval := okl_copy_contract_pub.is_subcontract_allowed(p_chr_id,

82: -- copy data to the local IN or IN-OUT args, if any
83:
84:
85: -- here's the delegated call to the old PL/SQL routine
86: ddrosetta_retval := okl_copy_contract_pub.is_subcontract_allowed(p_chr_id,
87: p_sts_code);
88:
89: -- copy data back from the local variables to OUT or IN-OUT args, if any
90: if ddrosetta_retval is null

Line 127: ddp_components_tbl okl_copy_contract_pub.api_components_tbl;

123: , x_chr_id out nocopy NUMBER
124: )
125:
126: as
127: ddp_components_tbl okl_copy_contract_pub.api_components_tbl;
128: ddp_lines_tbl okl_copy_contract_pub.api_lines_tbl;
129: ddindx binary_integer; indx binary_integer;
130: begin
131:

Line 128: ddp_lines_tbl okl_copy_contract_pub.api_lines_tbl;

124: )
125:
126: as
127: ddp_components_tbl okl_copy_contract_pub.api_components_tbl;
128: ddp_lines_tbl okl_copy_contract_pub.api_lines_tbl;
129: ddindx binary_integer; indx binary_integer;
130: begin
131:
132: -- copy data to the local IN or IN-OUT args, if any

Line 163: okl_copy_contract_pub.copy_components(p_api_version,

159: );
160:
161:
162: -- here's the delegated call to the old PL/SQL routine
163: okl_copy_contract_pub.copy_components(p_api_version,
164: p_init_msg_list,
165: x_return_status,
166: x_msg_count,
167: x_msg_data,

Line 202: end okl_copy_contract_pub_w;

198:
199:
200: end;
201:
202: end okl_copy_contract_pub_w;