DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on HXC_BLOCK_TABLE_TYPE

Line 71: PROCEDURE add_block (p_timecard in out NOCOPY HXC_BLOCK_TABLE_TYPE,

67: g_start_stop_pref_cache tk_resource_pref_tab; --index by start_index of bulk pref table
68: ----------------------------------------------------------------------------
69: --ADD_BLOCK used to add a row in timecard block
70: ----------------------------------------------------------------------------
71: PROCEDURE add_block (p_timecard in out NOCOPY HXC_BLOCK_TABLE_TYPE,
72: p_timecard_id in NUMBER,
73: p_ovn in NUMBER,
74: p_parent_id in NUMBER,
75: p_parent_ovn in NUMBER,

Line 310: ( p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

306: ,p_attribute_index_info IN OUT NOCOPY hxc_timekeeper_process.t_attribute_index_info
307: ,p_timecard_index_info IN OUT NOCOPY hxc_timekeeper_process.t_timecard_index_info
308: );
309: PROCEDURE check_msg_set_process_flag
310: ( p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
311: , p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
312: , p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
313: );
314: TYPE r_group IS RECORD