DBA Data[Home] [Help]

APPS.QP_UTIL_W dependencies on QP_UTIL

Line 1: package body qp_util_w as

1: package body qp_util_w as
2: /* $Header: amswqpub.pls 115.1 2002/07/31 20:32:44 julou 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 qp_util.v_segs_upg_tab, a0 JTF_VARCHAR2_TABLE_100

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p1(t out qp_util.v_segs_upg_tab, a0 JTF_VARCHAR2_TABLE_100
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_VARCHAR2_TABLE_100
26: ) as

Line 47: procedure rosetta_table_copy_out_p1(t qp_util.v_segs_upg_tab, a0 out JTF_VARCHAR2_TABLE_100

43: end loop;
44: end if;
45: end if;
46: end rosetta_table_copy_in_p1;
47: procedure rosetta_table_copy_out_p1(t qp_util.v_segs_upg_tab, a0 out JTF_VARCHAR2_TABLE_100
48: , a1 out JTF_VARCHAR2_TABLE_100
49: , a2 out JTF_NUMBER_TABLE
50: , a3 out JTF_VARCHAR2_TABLE_100
51: ) as

Line 86: procedure rosetta_table_copy_in_p41(t out qp_util.create_context_out_tbl, a0 JTF_VARCHAR2_TABLE_100

82: end if;
83: end if;
84: end rosetta_table_copy_out_p1;
85:
86: procedure rosetta_table_copy_in_p41(t out qp_util.create_context_out_tbl, a0 JTF_VARCHAR2_TABLE_100
87: , a1 JTF_VARCHAR2_TABLE_300
88: ) as
89: ddindx binary_integer; indx binary_integer;
90: begin

Line 107: procedure rosetta_table_copy_out_p41(t qp_util.create_context_out_tbl, a0 out JTF_VARCHAR2_TABLE_100

103: end loop;
104: end if;
105: end if;
106: end rosetta_table_copy_in_p41;
107: procedure rosetta_table_copy_out_p41(t qp_util.create_context_out_tbl, a0 out JTF_VARCHAR2_TABLE_100
108: , a1 out JTF_VARCHAR2_TABLE_300
109: ) as
110: ddindx binary_integer; indx binary_integer;
111: begin

Line 136: procedure rosetta_table_copy_in_p43(t out qp_util.create_attribute_out_tbl, a0 JTF_VARCHAR2_TABLE_100

132: end if;
133: end if;
134: end rosetta_table_copy_out_p41;
135:
136: procedure rosetta_table_copy_in_p43(t out qp_util.create_attribute_out_tbl, a0 JTF_VARCHAR2_TABLE_100
137: , a1 JTF_VARCHAR2_TABLE_300
138: , a2 JTF_VARCHAR2_TABLE_100
139: , a3 JTF_NUMBER_TABLE
140: , a4 JTF_NUMBER_TABLE

Line 163: procedure rosetta_table_copy_out_p43(t qp_util.create_attribute_out_tbl, a0 out JTF_VARCHAR2_TABLE_100

159: end loop;
160: end if;
161: end if;
162: end rosetta_table_copy_in_p43;
163: procedure rosetta_table_copy_out_p43(t qp_util.create_attribute_out_tbl, a0 out JTF_VARCHAR2_TABLE_100
164: , a1 out JTF_VARCHAR2_TABLE_300
165: , a2 out JTF_VARCHAR2_TABLE_100
166: , a3 out JTF_NUMBER_TABLE
167: , a4 out JTF_NUMBER_TABLE

Line 245: qp_util.validate_qp_flexfield(flexfield_name,

241: else ddcheck_enabled := true;
242: end if;
243:
244: -- here's the delegated call to the old PL/SQL routine
245: qp_util.validate_qp_flexfield(flexfield_name,
246: context,
247: attribute,
248: value,
249: application_short_name,

Line 281: ddx_segs_upg_t qp_util.v_segs_upg_tab;

277: , p2_a3 out JTF_VARCHAR2_TABLE_100
278: , error_code out NUMBER
279: )
280: as
281: ddx_segs_upg_t qp_util.v_segs_upg_tab;
282: ddindx binary_integer; indx binary_integer;
283: begin
284:
285: -- copy data to the local IN or IN-OUT args, if any

Line 291: qp_util.get_segs_for_flex(flexfield_name,

287:
288:
289:
290: -- here's the delegated call to the old PL/SQL routine
291: qp_util.get_segs_for_flex(flexfield_name,
292: application_short_name,
293: ddx_segs_upg_t,
294: error_code);
295:

Line 299: qp_util_w.rosetta_table_copy_out_p1(ddx_segs_upg_t, p2_a0

295:
296: -- copy data back from the local OUT or IN-OUT args, if any
297:
298:
299: qp_util_w.rosetta_table_copy_out_p1(ddx_segs_upg_t, p2_a0
300: , p2_a1
301: , p2_a2
302: , p2_a3
303: );

Line 317: ddp_segs_upg_t qp_util.v_segs_upg_tab;

313: , x_precedence out NUMBER
314: , x_datatype out VARCHAR2
315: )
316: as
317: ddp_segs_upg_t qp_util.v_segs_upg_tab;
318: ddindx binary_integer; indx binary_integer;
319: begin
320:
321: -- copy data to the local IN or IN-OUT args, if any

Line 322: qp_util_w.rosetta_table_copy_in_p1(ddp_segs_upg_t, p0_a0

318: ddindx binary_integer; indx binary_integer;
319: begin
320:
321: -- copy data to the local IN or IN-OUT args, if any
322: qp_util_w.rosetta_table_copy_in_p1(ddp_segs_upg_t, p0_a0
323: , p0_a1
324: , p0_a2
325: , p0_a3
326: );

Line 333: qp_util.get_segs_flex_precedence(ddp_segs_upg_t,

329:
330:
331:
332: -- here's the delegated call to the old PL/SQL routine
333: qp_util.get_segs_flex_precedence(ddp_segs_upg_t,
334: p_context,
335: p_attribute,
336: x_precedence,
337: x_datatype);

Line 373: qp_util.correct_active_dates(p_active_date_first_type,

369:
370: ddp_end_date_active_second := rosetta_g_miss_date_in_map(p_end_date_active_second);
371:
372: -- here's the delegated call to the old PL/SQL routine
373: qp_util.correct_active_dates(p_active_date_first_type,
374: ddp_start_date_active_first,
375: ddp_end_date_active_first,
376: p_active_date_second_type,
377: ddp_start_date_active_second,

Line 402: ddx_context_out_tbl qp_util.create_context_out_tbl;

398: , p6_a0 out JTF_VARCHAR2_TABLE_100
399: , p6_a1 out JTF_VARCHAR2_TABLE_300
400: )
401: as
402: ddx_context_out_tbl qp_util.create_context_out_tbl;
403: ddindx binary_integer; indx binary_integer;
404: begin
405:
406: -- copy data to the local IN or IN-OUT args, if any

Line 415: qp_util.web_create_context_lov(p_field_context,

411:
412:
413:
414: -- here's the delegated call to the old PL/SQL routine
415: qp_util.web_create_context_lov(p_field_context,
416: p_context_type,
417: p_check_enabled,
418: p_limits,
419: p_list_line_type_code,

Line 430: qp_util_w.rosetta_table_copy_out_p41(ddx_context_out_tbl, p6_a0

426:
427:
428:
429:
430: qp_util_w.rosetta_table_copy_out_p41(ddx_context_out_tbl, p6_a0
431: , p6_a1
432: );
433: end;
434:

Line 450: ddx_attribute_out_tbl qp_util.create_attribute_out_tbl;

446: , p8_a3 out JTF_NUMBER_TABLE
447: , p8_a4 out JTF_NUMBER_TABLE
448: )
449: as
450: ddx_attribute_out_tbl qp_util.create_attribute_out_tbl;
451: ddindx binary_integer; indx binary_integer;
452: begin
453:
454: -- copy data to the local IN or IN-OUT args, if any

Line 465: qp_util.web_create_attribute_lov(p_context_code,

461:
462:
463:
464: -- here's the delegated call to the old PL/SQL routine
465: qp_util.web_create_attribute_lov(p_context_code,
466: p_context_type,
467: p_check_enabled,
468: p_limits,
469: p_list_line_type_code,

Line 484: qp_util_w.rosetta_table_copy_out_p43(ddx_attribute_out_tbl, p8_a0

480:
481:
482:
483:
484: qp_util_w.rosetta_table_copy_out_p43(ddx_attribute_out_tbl, p8_a0
485: , p8_a1
486: , p8_a2
487: , p8_a3
488: , p8_a4

Line 492: end qp_util_w;

488: , p8_a4
489: );
490: end;
491:
492: end qp_util_w;