DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_PVT_W dependencies on JTF_VARCHAR2_TABLE_2000

Line 14: , a1 JTF_VARCHAR2_TABLE_2000

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
18: if a0 is not null and a0.count > 0 then

Line 36: , a1 out nocopy JTF_VARCHAR2_TABLE_2000

32: end if;
33: end rosetta_table_copy_in_p1;
34:
35: procedure rosetta_table_copy_out_p1(t umx_registration_pvt.umx_registration_data_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100
36: , a1 out nocopy JTF_VARCHAR2_TABLE_2000
37: ) as
38: ddindx binary_integer; indx binary_integer;
39: begin
40: if t is null or t.count = 0 then

Line 42: a1 := JTF_VARCHAR2_TABLE_2000();

38: ddindx binary_integer; indx binary_integer;
39: begin
40: if t is null or t.count = 0 then
41: a0 := JTF_VARCHAR2_TABLE_100();
42: a1 := JTF_VARCHAR2_TABLE_2000();
43: else
44: a0 := JTF_VARCHAR2_TABLE_100();
45: a1 := JTF_VARCHAR2_TABLE_2000();
46: if t.count > 0 then

Line 45: a1 := JTF_VARCHAR2_TABLE_2000();

41: a0 := JTF_VARCHAR2_TABLE_100();
42: a1 := JTF_VARCHAR2_TABLE_2000();
43: else
44: a0 := JTF_VARCHAR2_TABLE_100();
45: a1 := JTF_VARCHAR2_TABLE_2000();
46: if t.count > 0 then
47: a0.extend(t.count);
48: a1.extend(t.count);
49: ddindx := t.first;

Line 65: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000

61: end if;
62: end rosetta_table_copy_out_p1;
63:
64: procedure umx_process_reg_request(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100
65: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
66: , x_return_status out NOCOPY varchar2
67: , x_message_data out NOCOPY varchar2) as
68:
69: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;

Line 84: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000

80: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0 , p0_a1);
81: end;
82:
83: procedure populate_reg_data(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100
84: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
85: )
86:
87: as
88: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;

Line 103: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000

99: umx_registration_pvt_w.rosetta_table_copy_out_p1(ddp_registration_data, p0_a0 , p0_a1);
100: end;
101:
102: procedure assign_role(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100
103: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
104: , x_return_status out NOCOPY varchar2
105: , x_message_data out NOCOPY varchar2) as
106: ddp_registration_data umx_registration_pvt.umx_registration_data_tbl;
107: ddindx binary_integer; indx binary_integer;