DBA Data[Home] [Help]

APPS.HXC_SECURITY dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 76: (p_attributes in hxc_attribute_table_type

72:
73: End checkOrgId;
74:
75: PROCEDURE obtain_block_list
76: (p_attributes in hxc_attribute_table_type
77: ,p_list out nocopy block_list
78: ,p_count out nocopy number
79: ,p_next_attribute out nocopy number
80: ) IS

Line 121: (p_attributes in out nocopy hxc_attribute_table_type

117:
118: END obtain_block_list;
119:
120: PROCEDURE add_attribute
121: (p_attributes in out nocopy hxc_attribute_table_type
122: ,p_bg_id in varchar2
123: ,p_org_id in varchar2
124: ,p_user_id in number
125: ,p_resp_id in number

Line 136: p_attributes := hxc_attribute_table_type();

132:
133: begin
134:
135: if(p_attributes is null) then
136: p_attributes := hxc_attribute_table_type();
137: end if;
138:
139: p_attributes.extend;
140:

Line 190: (p_attributes in hxc_attribute_table_type)

186:
187: end add_attribute;
188:
189: Function index_security_attributes
190: (p_attributes in hxc_attribute_table_type)
191: return block_list is
192:
193: l_attribute_index number;
194: l_sec_list block_list;

Line 228: ,p_attributes in out nocopy hxc_attribute_table_type

224: End need_to_reattach_security;
225:
226: Procedure reattach_security_attributes
227: (p_blocks in hxc_block_table_type
228: ,p_attributes in out nocopy hxc_attribute_table_type
229: ) is
230:
231: cursor c_sec_attribute
232: (p_block_id in hxc_time_building_blocks.time_building_block_id%type

Line 356: p_attributes in out nocopy hxc_attribute_table_type,

352: End reattach_security_attributes;
353:
354: PROCEDURE add_security_attribute
355: (p_blocks in hxc_block_table_type,
356: p_attributes in out nocopy hxc_attribute_table_type,
357: p_timecard_props in hxc_timecard_prop_table_type,
358: p_messages in out nocopy hxc_message_table_type
359: ) IS
360: