DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_PVT_W dependencies on UMX_REGISTRATION_PVT

Line 1: package body umx_registration_pvt_w as

1: package body umx_registration_pvt_w as
2: /* $Header: UMXWREGB.pls 115.2 2004/07/09 20:36:37 kching 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 13: procedure rosetta_table_copy_in_p1(t out nocopy umx_registration_pvt.umx_registration_data_tbl, a0 JTF_VARCHAR2_TABLE_100

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p1(t out nocopy umx_registration_pvt.umx_registration_data_tbl, a0 JTF_VARCHAR2_TABLE_100
14: , a1 JTF_VARCHAR2_TABLE_2000
15: ) as
16: ddindx binary_integer; indx binary_integer;
17: begin

Line 34: procedure rosetta_table_copy_out_p1(t umx_registration_pvt.umx_registration_data_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100

30: end loop;
31: end if;
32: end if;
33: end rosetta_table_copy_in_p1;
34: procedure rosetta_table_copy_out_p1(t umx_registration_pvt.umx_registration_data_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100
35: , a1 out nocopy JTF_VARCHAR2_TABLE_2000
36: ) as
37: ddindx binary_integer; indx binary_integer;
38: begin

Line 68: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;

64: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
65: )
66:
67: as
68: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;
69: ddindx binary_integer; indx binary_integer;
70: begin
71:
72: -- copy data to the local IN or IN-OUT args, if any

Line 73: umx_registration_pvt_w.rosetta_table_copy_in_p1(ddp_registration_data, p0_a0

69: ddindx binary_integer; indx binary_integer;
70: begin
71:
72: -- copy data to the local IN or IN-OUT args, if any
73: umx_registration_pvt_w.rosetta_table_copy_in_p1(ddp_registration_data, p0_a0
74: , p0_a1
75: );
76:
77: -- here's the delegated call to the old PL/SQL routine

Line 78: umx_registration_pvt.umx_process_reg_request(ddp_registration_data);

74: , p0_a1
75: );
76:
77: -- here's the delegated call to the old PL/SQL routine
78: umx_registration_pvt.umx_process_reg_request(ddp_registration_data);
79:
80: -- copy data back from the local variables to OUT or IN-OUT args, if any
81: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0
82: , p0_a1

Line 81: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0

77: -- here's the delegated call to the old PL/SQL routine
78: umx_registration_pvt.umx_process_reg_request(ddp_registration_data);
79:
80: -- copy data back from the local variables to OUT or IN-OUT args, if any
81: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0
82: , p0_a1
83: );
84: end;
85:

Line 91: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;

87: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
88: )
89:
90: as
91: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;
92: ddindx binary_integer; indx binary_integer;
93: begin
94:
95: -- copy data to the local IN or IN-OUT args, if any

Line 96: umx_registration_pvt_w.rosetta_table_copy_in_p1(ddp_registration_data, p0_a0

92: ddindx binary_integer; indx binary_integer;
93: begin
94:
95: -- copy data to the local IN or IN-OUT args, if any
96: umx_registration_pvt_w.rosetta_table_copy_in_p1(ddp_registration_data, p0_a0
97: , p0_a1
98: );
99:
100: -- here's the delegated call to the old PL/SQL routine

Line 101: umx_registration_pvt.populate_reg_data(ddp_registration_data);

97: , p0_a1
98: );
99:
100: -- here's the delegated call to the old PL/SQL routine
101: umx_registration_pvt.populate_reg_data(ddp_registration_data);
102:
103: -- copy data back from the local variables to OUT or IN-OUT args, if any
104: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0
105: , p0_a1

Line 104: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0

100: -- here's the delegated call to the old PL/SQL routine
101: umx_registration_pvt.populate_reg_data(ddp_registration_data);
102:
103: -- copy data back from the local variables to OUT or IN-OUT args, if any
104: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0
105: , p0_a1
106: );
107: end;
108:

Line 114: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;

110: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
111: )
112:
113: as
114: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;
115: ddindx binary_integer; indx binary_integer;
116: begin
117:
118: -- copy data to the local IN or IN-OUT args, if any

Line 119: umx_registration_pvt_w.rosetta_table_copy_in_p1(ddp_registration_data, p0_a0

115: ddindx binary_integer; indx binary_integer;
116: begin
117:
118: -- copy data to the local IN or IN-OUT args, if any
119: umx_registration_pvt_w.rosetta_table_copy_in_p1(ddp_registration_data, p0_a0
120: , p0_a1
121: );
122:
123: -- here's the delegated call to the old PL/SQL routine

Line 124: umx_registration_pvt.assign_role(ddp_registration_data);

120: , p0_a1
121: );
122:
123: -- here's the delegated call to the old PL/SQL routine
124: umx_registration_pvt.assign_role(ddp_registration_data);
125:
126: -- copy data back from the local variables to OUT or IN-OUT args, if any
127: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0
128: , p0_a1

Line 127: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0

123: -- here's the delegated call to the old PL/SQL routine
124: umx_registration_pvt.assign_role(ddp_registration_data);
125:
126: -- copy data back from the local variables to OUT or IN-OUT args, if any
127: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0
128: , p0_a1
129: );
130: end;
131:

Line 132: end umx_registration_pvt_w;

128: , p0_a1
129: );
130: end;
131:
132: end umx_registration_pvt_w;