DBA Data[Home] [Help]

APPS.EAM_SAFETY_REPORTS_PVT_W dependencies on JTF_NUMBER_TABLE

Line 25: procedure rosetta_table_copy_in_p1(t out nocopy eam_safety_reports_pvt.eam_permit_tab_type, a0 JTF_NUMBER_TABLE

21: if n=b then return a; end if;
22: return n;
23: end;
24:
25: procedure rosetta_table_copy_in_p1(t out nocopy eam_safety_reports_pvt.eam_permit_tab_type, a0 JTF_NUMBER_TABLE
26: ) as
27: ddindx binary_integer; indx binary_integer;
28: begin
29: if a0 is not null and a0.count=0 then

Line 48: procedure rosetta_table_copy_out_p1(t eam_safety_reports_pvt.eam_permit_tab_type, a0 out nocopy JTF_NUMBER_TABLE

44: end loop;
45: end if;
46: end if;
47: end rosetta_table_copy_in_p1;
48: procedure rosetta_table_copy_out_p1(t eam_safety_reports_pvt.eam_permit_tab_type, a0 out nocopy JTF_NUMBER_TABLE
49: ) as
50: ddindx binary_integer; indx binary_integer;
51: begin
52: if t is null then

Line 55: a0 := JTF_NUMBER_TABLE();

51: begin
52: if t is null then
53: a0 := null;
54: elsif t.count = 0 then
55: a0 := JTF_NUMBER_TABLE();
56: else
57: a0 := JTF_NUMBER_TABLE();
58: if t.count > 0 then
59: a0.extend(t.count);

Line 57: a0 := JTF_NUMBER_TABLE();

53: a0 := null;
54: elsif t.count = 0 then
55: a0 := JTF_NUMBER_TABLE();
56: else
57: a0 := JTF_NUMBER_TABLE();
58: if t.count > 0 then
59: a0.extend(t.count);
60: ddindx := t.first;
61: indx := 1;

Line 74: function getworkpermitreportxml(p0_a0 JTF_NUMBER_TABLE

70: end if;
71: end if;
72: end rosetta_table_copy_out_p1;
73:
74: function getworkpermitreportxml(p0_a0 JTF_NUMBER_TABLE
75: , p_work_clearance_flag NUMBER
76: , p_work_order_flag NUMBER
77: , p_text_attachment_flag NUMBER
78: , p_url_attachment_flag NUMBER