DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_PVT_W dependencies on JTF_VARCHAR2_TABLE_100

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 40: a0 := JTF_VARCHAR2_TABLE_100();

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

Line 43: a0 := JTF_VARCHAR2_TABLE_100();

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

Line 63: procedure umx_process_reg_request(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100

59: end if;
60: end if;
61: end rosetta_table_copy_out_p1;
62:
63: procedure umx_process_reg_request(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100
64: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
65: )
66:
67: as

Line 86: procedure populate_reg_data(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100

82: , p0_a1
83: );
84: end;
85:
86: procedure populate_reg_data(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100
87: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
88: )
89:
90: as

Line 109: procedure assign_role(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100

105: , p0_a1
106: );
107: end;
108:
109: procedure assign_role(p0_a0 in out nocopy JTF_VARCHAR2_TABLE_100
110: , p0_a1 in out nocopy JTF_VARCHAR2_TABLE_2000
111: )
112:
113: as