DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on HXC_BLOCK_TABLE_TYPE

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

33: g_start_stop_pref_cache tk_resource_pref_tab; --index by start_index of bulk pref table
34: ----------------------------------------------------------------------------
35: --ADD_BLOCK used to add a row in timecard block
36: ----------------------------------------------------------------------------
37: PROCEDURE add_block (p_timecard in out NOCOPY HXC_BLOCK_TABLE_TYPE,
38: p_timecard_id in NUMBER,
39: p_ovn in NUMBER,
40: p_parent_id in NUMBER,
41: p_parent_ovn in NUMBER,

Line 276: ( p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

272: ,p_attribute_index_info IN OUT NOCOPY hxc_timekeeper_process.t_attribute_index_info
273: ,p_timecard_index_info IN OUT NOCOPY hxc_timekeeper_process.t_timecard_index_info
274: );
275: PROCEDURE check_msg_set_process_flag
276: ( p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
277: , p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
278: , p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
279: );
280: TYPE r_group IS RECORD