DBA Data[Home] [Help]

APPS.OKL_VP_JTF_PARTY_NAME_PVT_W dependencies on OKL_VP_JTF_PARTY_NAME_PVT

Line 1: package body okl_vp_jtf_party_name_pvt_w as

1: package body okl_vp_jtf_party_name_pvt_w as
2: /* $Header: OKLECTSB.pls 115.7 2003/10/02 23:17:46 manumanu 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_p1(t out nocopy okl_vp_jtf_party_name_pvt.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_p1(t out nocopy okl_vp_jtf_party_name_pvt.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_p1(t okl_vp_jtf_party_name_pvt.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_p1;
51: procedure rosetta_table_copy_out_p1(t okl_vp_jtf_party_name_pvt.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_p3(t out nocopy okl_vp_jtf_party_name_pvt.rle_code_tbl_type, a0 JTF_VARCHAR2_TABLE_100

96: end if;
97: end if;
98: end rosetta_table_copy_out_p1;
99:
100: procedure rosetta_table_copy_in_p3(t out nocopy okl_vp_jtf_party_name_pvt.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_p3(t okl_vp_jtf_party_name_pvt.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_p3;
121: procedure rosetta_table_copy_out_p3(t okl_vp_jtf_party_name_pvt.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 150: procedure rosetta_table_copy_in_p9(t out nocopy okl_vp_jtf_party_name_pvt.contact_tab_type, a0 JTF_VARCHAR2_TABLE_100

146: end if;
147: end if;
148: end rosetta_table_copy_out_p3;
149:
150: procedure rosetta_table_copy_in_p9(t out nocopy okl_vp_jtf_party_name_pvt.contact_tab_type, a0 JTF_VARCHAR2_TABLE_100
151: , a1 JTF_VARCHAR2_TABLE_100
152: , a2 JTF_VARCHAR2_TABLE_200
153: , a3 JTF_VARCHAR2_TABLE_300
154: , a4 JTF_VARCHAR2_TABLE_300

Line 179: procedure rosetta_table_copy_out_p9(t okl_vp_jtf_party_name_pvt.contact_tab_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

175: end loop;
176: end if;
177: end if;
178: end rosetta_table_copy_in_p9;
179: procedure rosetta_table_copy_out_p9(t okl_vp_jtf_party_name_pvt.contact_tab_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
180: , a1 out nocopy JTF_VARCHAR2_TABLE_100
181: , a2 out nocopy JTF_VARCHAR2_TABLE_200
182: , a3 out nocopy JTF_VARCHAR2_TABLE_300
183: , a4 out nocopy JTF_VARCHAR2_TABLE_300

Line 246: ddx_party_tab okl_vp_jtf_party_name_pvt.party_tab_type;

242: , p9_a5 out nocopy JTF_VARCHAR2_TABLE_100
243: )
244:
245: as
246: ddx_party_tab okl_vp_jtf_party_name_pvt.party_tab_type;
247: ddindx binary_integer; indx binary_integer;
248: begin
249:
250: -- copy data to the local IN or IN-OUT args, if any

Line 262: okl_vp_jtf_party_name_pvt.get_party(p_api_version,

258:
259:
260:
261: -- here's the delegated call to the old PL/SQL routine
262: okl_vp_jtf_party_name_pvt.get_party(p_api_version,
263: p_init_msg_list,
264: x_return_status,
265: x_msg_count,
266: x_msg_data,

Line 283: okl_vp_jtf_party_name_pvt_w.rosetta_table_copy_out_p1(ddx_party_tab, p9_a0

279:
280:
281:
282:
283: okl_vp_jtf_party_name_pvt_w.rosetta_table_copy_out_p1(ddx_party_tab, p9_a0
284: , p9_a1
285: , p9_a2
286: , p9_a3
287: , p9_a4

Line 298: ddx_rle_code_tbl okl_vp_jtf_party_name_pvt.rle_code_tbl_type;

294: , p1_a1 out nocopy JTF_VARCHAR2_TABLE_100
295: )
296:
297: as
298: ddx_rle_code_tbl okl_vp_jtf_party_name_pvt.rle_code_tbl_type;
299: ddindx binary_integer; indx binary_integer;
300: begin
301:
302: -- copy data to the local IN or IN-OUT args, if any

Line 306: okl_vp_jtf_party_name_pvt.get_subclass_def_roles(p_scs_code,

302: -- copy data to the local IN or IN-OUT args, if any
303:
304:
305: -- here's the delegated call to the old PL/SQL routine
306: okl_vp_jtf_party_name_pvt.get_subclass_def_roles(p_scs_code,
307: ddx_rle_code_tbl);
308:
309: -- copy data back from the local variables to OUT or IN-OUT args, if any
310:

Line 311: okl_vp_jtf_party_name_pvt_w.rosetta_table_copy_out_p3(ddx_rle_code_tbl, p1_a0

307: ddx_rle_code_tbl);
308:
309: -- copy data back from the local variables to OUT or IN-OUT args, if any
310:
311: okl_vp_jtf_party_name_pvt_w.rosetta_table_copy_out_p3(ddx_rle_code_tbl, p1_a0
312: , p1_a1
313: );
314: end;
315:

Line 322: ddx_rle_code_tbl okl_vp_jtf_party_name_pvt.rle_code_tbl_type;

318: , p1_a1 out nocopy JTF_VARCHAR2_TABLE_100
319: )
320:
321: as
322: ddx_rle_code_tbl okl_vp_jtf_party_name_pvt.rle_code_tbl_type;
323: ddindx binary_integer; indx binary_integer;
324: begin
325:
326: -- copy data to the local IN or IN-OUT args, if any

Line 330: okl_vp_jtf_party_name_pvt.get_contract_def_roles(p_chr_id,

326: -- copy data to the local IN or IN-OUT args, if any
327:
328:
329: -- here's the delegated call to the old PL/SQL routine
330: okl_vp_jtf_party_name_pvt.get_contract_def_roles(p_chr_id,
331: ddx_rle_code_tbl);
332:
333: -- copy data back from the local variables to OUT or IN-OUT args, if any
334:

Line 335: okl_vp_jtf_party_name_pvt_w.rosetta_table_copy_out_p3(ddx_rle_code_tbl, p1_a0

331: ddx_rle_code_tbl);
332:
333: -- copy data back from the local variables to OUT or IN-OUT args, if any
334:
335: okl_vp_jtf_party_name_pvt_w.rosetta_table_copy_out_p3(ddx_rle_code_tbl, p1_a0
336: , p1_a1
337: );
338: end;
339:

Line 340: end okl_vp_jtf_party_name_pvt_w;

336: , p1_a1
337: );
338: end;
339:
340: end okl_vp_jtf_party_name_pvt_w;