DBA Data[Home] [Help]

APPS.AMV_CONTENT_TYPE_PVT_W dependencies on AMV_CONTENT_TYPE_PVT

Line 1: package body amv_content_type_pvt_w as

1: package body amv_content_type_pvt_w as
2: /* $Header: amvwctpb.pls 120.2 2005/06/30 07:56 appldev ship $ */
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 amv_content_type_pvt.amv_content_type_obj_varray, a0 JTF_NUMBER_TABLE

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 amv_content_type_pvt.amv_content_type_obj_varray, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_VARCHAR2_TABLE_100
25: , a3 JTF_VARCHAR2_TABLE_2000
26: , a4 JTF_VARCHAR2_TABLE_100

Line 37: t := amv_content_type_pvt.amv_content_type_obj_varray();

33: ) as
34: ddindx binary_integer; indx binary_integer;
35: begin
36: if a0 is not null and a0.count=0 then
37: t := amv_content_type_pvt.amv_content_type_obj_varray();
38: elsif a0 is not null and a0.count > 0 then
39: if a0.count > 0 then
40: t := amv_content_type_pvt.amv_content_type_obj_varray();
41: t.extend(a0.count);

Line 40: t := amv_content_type_pvt.amv_content_type_obj_varray();

36: if a0 is not null and a0.count=0 then
37: t := amv_content_type_pvt.amv_content_type_obj_varray();
38: elsif a0 is not null and a0.count > 0 then
39: if a0.count > 0 then
40: t := amv_content_type_pvt.amv_content_type_obj_varray();
41: t.extend(a0.count);
42: indx := a0.first;
43: ddindx := 1;
44: while true loop

Line 65: procedure rosetta_table_copy_out_p4(t amv_content_type_pvt.amv_content_type_obj_varray, a0 out nocopy JTF_NUMBER_TABLE

61: end loop;
62: end if;
63: end if;
64: end rosetta_table_copy_in_p4;
65: procedure rosetta_table_copy_out_p4(t amv_content_type_pvt.amv_content_type_obj_varray, a0 out nocopy JTF_NUMBER_TABLE
66: , a1 out nocopy JTF_NUMBER_TABLE
67: , a2 out nocopy JTF_VARCHAR2_TABLE_100
68: , a3 out nocopy JTF_VARCHAR2_TABLE_2000
69: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 174: ddx_content_type_obj amv_content_type_pvt.amv_content_type_obj_type;

170: , p9_a10 out nocopy NUMBER
171: )
172:
173: as
174: ddx_content_type_obj amv_content_type_pvt.amv_content_type_obj_type;
175: ddindx binary_integer; indx binary_integer;
176: begin
177:
178: -- copy data to the local IN or IN-OUT args, if any

Line 190: amv_content_type_pvt.get_contenttype(p_api_version,

186:
187:
188:
189: -- here's the delegated call to the old PL/SQL routine
190: amv_content_type_pvt.get_contenttype(p_api_version,
191: p_init_msg_list,
192: p_validation_level,
193: x_return_status,
194: x_msg_count,

Line 253: ddp_subset_request_obj amv_content_type_pvt.amv_request_obj_type;

249: , p9_a2 VARCHAR2 := fnd_api.g_miss_char
250: )
251:
252: as
253: ddp_subset_request_obj amv_content_type_pvt.amv_request_obj_type;
254: ddx_subset_return_obj amv_content_type_pvt.amv_return_obj_type;
255: ddx_content_type_obj_varray amv_content_type_pvt.amv_content_type_obj_varray;
256: ddindx binary_integer; indx binary_integer;
257: begin

Line 254: ddx_subset_return_obj amv_content_type_pvt.amv_return_obj_type;

250: )
251:
252: as
253: ddp_subset_request_obj amv_content_type_pvt.amv_request_obj_type;
254: ddx_subset_return_obj amv_content_type_pvt.amv_return_obj_type;
255: ddx_content_type_obj_varray amv_content_type_pvt.amv_content_type_obj_varray;
256: ddindx binary_integer; indx binary_integer;
257: begin
258:

Line 255: ddx_content_type_obj_varray amv_content_type_pvt.amv_content_type_obj_varray;

251:
252: as
253: ddp_subset_request_obj amv_content_type_pvt.amv_request_obj_type;
254: ddx_subset_return_obj amv_content_type_pvt.amv_return_obj_type;
255: ddx_content_type_obj_varray amv_content_type_pvt.amv_content_type_obj_varray;
256: ddindx binary_integer; indx binary_integer;
257: begin
258:
259: -- copy data to the local IN or IN-OUT args, if any

Line 276: amv_content_type_pvt.find_contenttype(p_api_version,

272:
273:
274:
275: -- here's the delegated call to the old PL/SQL routine
276: amv_content_type_pvt.find_contenttype(p_api_version,
277: p_init_msg_list,
278: p_validation_level,
279: x_return_status,
280: x_msg_count,

Line 304: amv_content_type_pvt_w.rosetta_table_copy_out_p4(ddx_content_type_obj_varray, p11_a0

300: p10_a0 := rosetta_g_miss_num_map(ddx_subset_return_obj.returned_record_count);
301: p10_a1 := rosetta_g_miss_num_map(ddx_subset_return_obj.next_record_position);
302: p10_a2 := rosetta_g_miss_num_map(ddx_subset_return_obj.total_record_count);
303:
304: amv_content_type_pvt_w.rosetta_table_copy_out_p4(ddx_content_type_obj_varray, p11_a0
305: , p11_a1
306: , p11_a2
307: , p11_a3
308: , p11_a4

Line 318: end amv_content_type_pvt_w;

314: , p11_a10
315: );
316: end;
317:
318: end amv_content_type_pvt_w;