DBA Data[Home] [Help]

APPS.OKL_JTOT_EXTRACT_W dependencies on OKL_JTOT_EXTRACT

Line 1: package body okl_jtot_extract_w as

1: package body okl_jtot_extract_w as
2: /* $Header: OKLEJEXB.pls 120.2 2005/12/07 19:54:43 smereddy 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 22: procedure rosetta_table_copy_in_p4(t out nocopy okl_jtot_extract.party_tab_type, a0 JTF_VARCHAR2_TABLE_100

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p4(t out nocopy okl_jtot_extract.party_tab_type, a0 JTF_VARCHAR2_TABLE_100
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_VARCHAR2_TABLE_200
25: , a3 JTF_VARCHAR2_TABLE_300
26: , a4 JTF_VARCHAR2_TABLE_300

Line 51: procedure rosetta_table_copy_out_p4(t okl_jtot_extract.party_tab_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

47: end loop;
48: end if;
49: end if;
50: end rosetta_table_copy_in_p4;
51: procedure rosetta_table_copy_out_p4(t okl_jtot_extract.party_tab_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
52: , a1 out nocopy JTF_VARCHAR2_TABLE_100
53: , a2 out nocopy JTF_VARCHAR2_TABLE_200
54: , a3 out nocopy JTF_VARCHAR2_TABLE_300
55: , a4 out nocopy JTF_VARCHAR2_TABLE_300

Line 100: procedure rosetta_table_copy_in_p6(t out nocopy okl_jtot_extract.rle_code_tbl_type, a0 JTF_VARCHAR2_TABLE_100

96: end if;
97: end if;
98: end rosetta_table_copy_out_p4;
99:
100: procedure rosetta_table_copy_in_p6(t out nocopy okl_jtot_extract.rle_code_tbl_type, a0 JTF_VARCHAR2_TABLE_100
101: , a1 JTF_VARCHAR2_TABLE_100
102: ) as
103: ddindx binary_integer; indx binary_integer;
104: begin

Line 121: procedure rosetta_table_copy_out_p6(t okl_jtot_extract.rle_code_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

117: end loop;
118: end if;
119: end if;
120: end rosetta_table_copy_in_p6;
121: procedure rosetta_table_copy_out_p6(t okl_jtot_extract.rle_code_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
122: , a1 out nocopy JTF_VARCHAR2_TABLE_100
123: ) as
124: ddindx binary_integer; indx binary_integer;
125: begin

Line 168: ddx_party_tab okl_jtot_extract.party_tab_type;

164: , p9_a5 out nocopy JTF_VARCHAR2_TABLE_100
165: )
166:
167: as
168: ddx_party_tab okl_jtot_extract.party_tab_type;
169: ddindx binary_integer; indx binary_integer;
170: begin
171:
172: -- copy data to the local IN or IN-OUT args, if any

Line 184: okl_jtot_extract.get_party(p_api_version,

180:
181:
182:
183: -- here's the delegated call to the old PL/SQL routine
184: okl_jtot_extract.get_party(p_api_version,
185: p_init_msg_list,
186: x_return_status,
187: x_msg_count,
188: x_msg_data,

Line 205: okl_jtot_extract_w.rosetta_table_copy_out_p4(ddx_party_tab, p9_a0

201:
202:
203:
204:
205: okl_jtot_extract_w.rosetta_table_copy_out_p4(ddx_party_tab, p9_a0
206: , p9_a1
207: , p9_a2
208: , p9_a3
209: , p9_a4

Line 225: ddx_rle_code_tbl okl_jtot_extract.rle_code_tbl_type;

221: , p6_a1 out nocopy JTF_VARCHAR2_TABLE_100
222: )
223:
224: as
225: ddx_rle_code_tbl okl_jtot_extract.rle_code_tbl_type;
226: ddindx binary_integer; indx binary_integer;
227: begin
228:
229: -- copy data to the local IN or IN-OUT args, if any

Line 238: okl_jtot_extract.get_subclass_def_roles(p_api_version,

234:
235:
236:
237: -- here's the delegated call to the old PL/SQL routine
238: okl_jtot_extract.get_subclass_def_roles(p_api_version,
239: p_init_msg_list,
240: x_return_status,
241: x_msg_count,
242: x_msg_data,

Line 253: okl_jtot_extract_w.rosetta_table_copy_out_p6(ddx_rle_code_tbl, p6_a0

249:
250:
251:
252:
253: okl_jtot_extract_w.rosetta_table_copy_out_p6(ddx_rle_code_tbl, p6_a0
254: , p6_a1
255: );
256: end;
257:

Line 269: ddx_rle_code_tbl okl_jtot_extract.rle_code_tbl_type;

265: , p6_a1 out nocopy JTF_VARCHAR2_TABLE_100
266: )
267:
268: as
269: ddx_rle_code_tbl okl_jtot_extract.rle_code_tbl_type;
270: ddindx binary_integer; indx binary_integer;
271: begin
272:
273: -- copy data to the local IN or IN-OUT args, if any

Line 282: okl_jtot_extract.get_contract_def_roles(p_api_version,

278:
279:
280:
281: -- here's the delegated call to the old PL/SQL routine
282: okl_jtot_extract.get_contract_def_roles(p_api_version,
283: p_init_msg_list,
284: x_return_status,
285: x_msg_count,
286: x_msg_data,

Line 297: okl_jtot_extract_w.rosetta_table_copy_out_p6(ddx_rle_code_tbl, p6_a0

293:
294:
295:
296:
297: okl_jtot_extract_w.rosetta_table_copy_out_p6(ddx_rle_code_tbl, p6_a0
298: , p6_a1
299: );
300: end;
301:

Line 302: end okl_jtot_extract_w;

298: , p6_a1
299: );
300: end;
301:
302: end okl_jtot_extract_w;