DBA Data[Home] [Help]

APPS.HXC_SECURITY dependencies on HXC_MESSAGE_TABLE_TYPE

Line 8: p_messages in out nocopy hxc_message_table_type

4: PROCEDURE add_security_attribute
5: (p_blocks in hxc_block_table_type,
6: p_attributes in out nocopy hxc_attribute_table_type,
7: p_timecard_props in hxc_timecard_prop_table_type,
8: p_messages in out nocopy hxc_message_table_type
9: );
10:
11: END hxc_security;