DBA Data[Home] [Help]

APPS.JTF_UM_RESP_INFO_PVT_W dependencies on JTF_UM_RESP_INFO_PVT

Line 1: package body jtf_um_resp_info_pvt_w as

1: package body jtf_um_resp_info_pvt_w as
2: /* $Header: JTFWRESB.pls 120.2 2005/09/02 18:35:55 applrt 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_um_resp_info_pvt.resp_info_table_type, 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_p1(t out nocopy jtf_um_resp_info_pvt.resp_info_table_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_VARCHAR2_TABLE_100
25: , a3 JTF_VARCHAR2_TABLE_100
26: , a4 JTF_VARCHAR2_TABLE_4000

Line 49: procedure rosetta_table_copy_out_p1(t jtf_um_resp_info_pvt.resp_info_table_type, a0 out nocopy JTF_NUMBER_TABLE

45: end loop;
46: end if;
47: end if;
48: end rosetta_table_copy_in_p1;
49: procedure rosetta_table_copy_out_p1(t jtf_um_resp_info_pvt.resp_info_table_type, a0 out nocopy JTF_NUMBER_TABLE
50: , a1 out nocopy JTF_NUMBER_TABLE
51: , a2 out nocopy JTF_VARCHAR2_TABLE_100
52: , a3 out nocopy JTF_VARCHAR2_TABLE_100
53: , a4 out nocopy JTF_VARCHAR2_TABLE_4000

Line 102: ddx_result jtf_um_resp_info_pvt.resp_info_table_type;

98: , p1_a4 out nocopy JTF_VARCHAR2_TABLE_4000
99: )
100:
101: as
102: ddx_result jtf_um_resp_info_pvt.resp_info_table_type;
103: ddindx binary_integer; indx binary_integer;
104: begin
105:
106: -- copy data to the local IN or IN-OUT args, if any

Line 110: jtf_um_resp_info_pvt.get_resp_info_source(p_user_id,

106: -- copy data to the local IN or IN-OUT args, if any
107:
108:
109: -- here's the delegated call to the old PL/SQL routine
110: jtf_um_resp_info_pvt.get_resp_info_source(p_user_id,
111: ddx_result);
112:
113: -- copy data back from the local variables to OUT or IN-OUT args, if any
114:

Line 115: jtf_um_resp_info_pvt_w.rosetta_table_copy_out_p1(ddx_result, p1_a0

111: ddx_result);
112:
113: -- copy data back from the local variables to OUT or IN-OUT args, if any
114:
115: jtf_um_resp_info_pvt_w.rosetta_table_copy_out_p1(ddx_result, p1_a0
116: , p1_a1
117: , p1_a2
118: , p1_a3
119: , p1_a4

Line 123: end jtf_um_resp_info_pvt_w;

119: , p1_a4
120: );
121: end;
122:
123: end jtf_um_resp_info_pvt_w;