DBA Data[Home] [Help]

APPS.HXC_TIMECARD_AUDIT dependencies on HXC_BLOCK_TABLE_TYPE

Line 17: (p_blocks in hxc_block_table_type

13: ,p_messages in out nocopy hxc_message_table_type
14: );
15:
16: Procedure maintain_latest_details
17: (p_blocks in hxc_block_table_type
18: );
19:
20: -- Bug 8888801
21: -- Added new data type to

Line 28: PROCEDURE maintain_rdb_snapshot(p_blocks IN hxc_block_table_type,

24: p_app_set_id IN NUMBER)
25: RETURN BOOLEAN;
26:
27: /* Added for 8888904 */
28: PROCEDURE maintain_rdb_snapshot(p_blocks IN hxc_block_table_type,
29: p_attributes IN hxc_attribute_table_type);
30:
31: g_valid_bld_blk VARCHARTABLE;
32: