DBA Data[Home] [Help]

APPS.HZ_UI_UTIL_PKG_W dependencies on JTF_VARCHAR2_TABLE_100

Line 22: procedure rosetta_table_copy_in_p0(t out nocopy HZ_MIXNM_UTILITY.indexvarchar30list, a0 JTF_VARCHAR2_TABLE_100) as

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p0(t out nocopy HZ_MIXNM_UTILITY.indexvarchar30list, a0 JTF_VARCHAR2_TABLE_100) as
23: ddindx binary_integer; indx binary_integer;
24: begin
25: if a0 is not null and a0.count > 0 then
26: if a0.count > 0 then

Line 40: procedure rosetta_table_copy_out_p0(t HZ_MIXNM_UTILITY.indexvarchar30list, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p0;
40: procedure rosetta_table_copy_out_p0(t HZ_MIXNM_UTILITY.indexvarchar30list, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_100();

Line 44: a0 := JTF_VARCHAR2_TABLE_100();

40: procedure rosetta_table_copy_out_p0(t HZ_MIXNM_UTILITY.indexvarchar30list, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_100();
45: else
46: a0 := JTF_VARCHAR2_TABLE_100();
47: if t.count > 0 then
48: a0.extend(t.count);

Line 46: a0 := JTF_VARCHAR2_TABLE_100();

42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_100();
45: else
46: a0 := JTF_VARCHAR2_TABLE_100();
47: if t.count > 0 then
48: a0.extend(t.count);
49: ddindx := t.first;
50: indx := 1;

Line 63: procedure rosetta_table_copy_in_p1(t out nocopy HZ_MIXNM_UTILITY.indexvarchar1list, a0 JTF_VARCHAR2_TABLE_100) as

59: end if;
60: end if;
61: end rosetta_table_copy_out_p0;
62:
63: procedure rosetta_table_copy_in_p1(t out nocopy HZ_MIXNM_UTILITY.indexvarchar1list, a0 JTF_VARCHAR2_TABLE_100) as
64: ddindx binary_integer; indx binary_integer;
65: begin
66: if a0 is not null and a0.count > 0 then
67: if a0.count > 0 then

Line 81: procedure rosetta_table_copy_out_p1(t HZ_MIXNM_UTILITY.indexvarchar1list, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

77: end loop;
78: end if;
79: end if;
80: end rosetta_table_copy_in_p1;
81: procedure rosetta_table_copy_out_p1(t HZ_MIXNM_UTILITY.indexvarchar1list, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
82: ddindx binary_integer; indx binary_integer;
83: begin
84: if t is null or t.count = 0 then
85: a0 := JTF_VARCHAR2_TABLE_100();

Line 85: a0 := JTF_VARCHAR2_TABLE_100();

81: procedure rosetta_table_copy_out_p1(t HZ_MIXNM_UTILITY.indexvarchar1list, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
82: ddindx binary_integer; indx binary_integer;
83: begin
84: if t is null or t.count = 0 then
85: a0 := JTF_VARCHAR2_TABLE_100();
86: else
87: a0 := JTF_VARCHAR2_TABLE_100();
88: if t.count > 0 then
89: a0.extend(t.count);

Line 87: a0 := JTF_VARCHAR2_TABLE_100();

83: begin
84: if t is null or t.count = 0 then
85: a0 := JTF_VARCHAR2_TABLE_100();
86: else
87: a0 := JTF_VARCHAR2_TABLE_100();
88: if t.count > 0 then
89: a0.extend(t.count);
90: ddindx := t.first;
91: indx := 1;

Line 110: , p_attribute_list JTF_VARCHAR2_TABLE_100

106: , p_entity_pk1 VARCHAR2
107: , p_entity_pk2 VARCHAR2
108: , p_party_id NUMBER
109: , p_function_name VARCHAR2
110: , p_attribute_list JTF_VARCHAR2_TABLE_100
111: , p_value_is_null_list JTF_VARCHAR2_TABLE_100
112: , x_viewable_list out nocopy JTF_VARCHAR2_TABLE_100
113: , x_updateable_list out nocopy JTF_VARCHAR2_TABLE_100
114: )

Line 111: , p_value_is_null_list JTF_VARCHAR2_TABLE_100

107: , p_entity_pk2 VARCHAR2
108: , p_party_id NUMBER
109: , p_function_name VARCHAR2
110: , p_attribute_list JTF_VARCHAR2_TABLE_100
111: , p_value_is_null_list JTF_VARCHAR2_TABLE_100
112: , x_viewable_list out nocopy JTF_VARCHAR2_TABLE_100
113: , x_updateable_list out nocopy JTF_VARCHAR2_TABLE_100
114: )
115:

Line 112: , x_viewable_list out nocopy JTF_VARCHAR2_TABLE_100

108: , p_party_id NUMBER
109: , p_function_name VARCHAR2
110: , p_attribute_list JTF_VARCHAR2_TABLE_100
111: , p_value_is_null_list JTF_VARCHAR2_TABLE_100
112: , x_viewable_list out nocopy JTF_VARCHAR2_TABLE_100
113: , x_updateable_list out nocopy JTF_VARCHAR2_TABLE_100
114: )
115:
116: as

Line 113: , x_updateable_list out nocopy JTF_VARCHAR2_TABLE_100

109: , p_function_name VARCHAR2
110: , p_attribute_list JTF_VARCHAR2_TABLE_100
111: , p_value_is_null_list JTF_VARCHAR2_TABLE_100
112: , x_viewable_list out nocopy JTF_VARCHAR2_TABLE_100
113: , x_updateable_list out nocopy JTF_VARCHAR2_TABLE_100
114: )
115:
116: as
117: ddp_attribute_list HZ_MIXNM_UTILITY.indexvarchar30list;