DBA Data[Home] [Help]

PACKAGE: APPS.HXC_SECURITY

Source


1 PACKAGE hxc_security AS
2 /* $Header: hxcaddsec.pkh 120.2 2006/08/02 23:33:52 arundell noship $ */
3 
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;