DBA Data[Home] [Help]

APPS.HXC_SECURITY dependencies on HXC_BLOCK_TABLE_TYPE

Line 40: (p_blocks in hxc_block_table_type,

36: return true;
37: End isTimecardForProjects;
38:
39: Function checkOrgId
40: (p_blocks in hxc_block_table_type,
41: p_org_id in number,
42: p_messages in out nocopy hxc_message_table_type)
43: return boolean is
44: l_passed boolean := true;

Line 227: (p_blocks in hxc_block_table_type

223:
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

Line 355: (p_blocks in hxc_block_table_type,

351:
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