DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_UTILS_PKG dependencies on HXC_BLOCK_TABLE_TYPE

Line 113: PROCEDURE push_timecard ( p_blocks hxc_block_table_type,

109: -- this is used for approvals which creates these structures
110: -- from the database. NOTE: must denormalise the DAY start
111: -- and STOP times when passing only DETAILS
112:
113: PROCEDURE push_timecard ( p_blocks hxc_block_table_type,
114: p_attributes hxc_attribute_table_type,
115: p_detail_blocks_only BOOLEAN DEFAULT FALSE );
116:
117: