DBA Data[Home] [Help]

APPS.JTF_TERR_JSP_REPORTS_W dependencies on JTF_TERR_JSP_REPORTS

Line 1: package body jtf_terr_jsp_reports_w as

1: package body jtf_terr_jsp_reports_w as
2: /* $Header: jtfwjrpb.pls 120.0 2005/06/02 18:23:18 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_p1(t OUT NOCOPY jtf_terr_jsp_reports.report_out_tbl_type, a0 JTF_VARCHAR2_TABLE_2000

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 NOCOPY jtf_terr_jsp_reports.report_out_tbl_type, a0 JTF_VARCHAR2_TABLE_2000
23: , a1 JTF_VARCHAR2_TABLE_2000
24: , a2 JTF_VARCHAR2_TABLE_2000
25: , a3 JTF_VARCHAR2_TABLE_2000
26: , a4 JTF_VARCHAR2_TABLE_2000

Line 46: t := jtf_terr_jsp_reports.report_out_tbl_type();

42: ) as
43: ddindx binary_integer; indx binary_integer;
44: begin
45: if a0 is not null and a0.count=0 then
46: t := jtf_terr_jsp_reports.report_out_tbl_type();
47: elsif a0 is not null and a0.count > 0 then
48: if a0.count > 0 then
49: t := jtf_terr_jsp_reports.report_out_tbl_type();
50: t.extend(a0.count);

Line 49: t := jtf_terr_jsp_reports.report_out_tbl_type();

45: if a0 is not null and a0.count=0 then
46: t := jtf_terr_jsp_reports.report_out_tbl_type();
47: elsif a0 is not null and a0.count > 0 then
48: if a0.count > 0 then
49: t := jtf_terr_jsp_reports.report_out_tbl_type();
50: t.extend(a0.count);
51: indx := a0.first;
52: ddindx := 1;
53: while true loop

Line 83: procedure rosetta_table_copy_out_p1(t jtf_terr_jsp_reports.report_out_tbl_type, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_2000

79: end loop;
80: end if;
81: end if;
82: end rosetta_table_copy_in_p1;
83: procedure rosetta_table_copy_out_p1(t jtf_terr_jsp_reports.report_out_tbl_type, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_2000
84: , a1 OUT NOCOPY JTF_VARCHAR2_TABLE_2000
85: , a2 OUT NOCOPY JTF_VARCHAR2_TABLE_2000
86: , a3 OUT NOCOPY JTF_VARCHAR2_TABLE_2000
87: , a4 OUT NOCOPY JTF_VARCHAR2_TABLE_2000

Line 251: ddx_result_tbl jtf_terr_jsp_reports.report_out_tbl_type;

247: , p6_a18 OUT NOCOPY JTF_VARCHAR2_TABLE_2000
248: , p6_a19 OUT NOCOPY JTF_VARCHAR2_TABLE_2000
249: )
250: as
251: ddx_result_tbl jtf_terr_jsp_reports.report_out_tbl_type;
252: ddindx binary_integer; indx binary_integer;
253: begin
254:
255: -- copy data to the local IN or IN-OUT args, if any

Line 264: jtf_terr_jsp_reports.report_control(p_report,

260:
261:
262:
263: -- here's the delegated call to the old PL/SQL routine
264: jtf_terr_jsp_reports.report_control(p_report,
265: p_param1,
266: p_param2,
267: p_param3,
268: p_param4,

Line 279: jtf_terr_jsp_reports_w.rosetta_table_copy_out_p1(ddx_result_tbl, p6_a0

275:
276:
277:
278:
279: jtf_terr_jsp_reports_w.rosetta_table_copy_out_p1(ddx_result_tbl, p6_a0
280: , p6_a1
281: , p6_a2
282: , p6_a3
283: , p6_a4

Line 302: end jtf_terr_jsp_reports_w;

298: , p6_a19
299: );
300: end;
301:
302: end jtf_terr_jsp_reports_w;