DBA Data[Home] [Help]

APPS.HXC_BLOCK_ATTRIBUTE_UPDATE dependencies on HXC_BLOCK_TABLE_TYPE

Line 5: (p_blocks in out nocopy hxc_block_table_type

1: PACKAGE hxc_block_attribute_update AS
2: /* $Header: hxcbkatup.pkh 120.0 2005/05/29 05:27:37 appldev noship $ */
3:
4: PROCEDURE replace_ids
5: (p_blocks in out nocopy hxc_block_table_type
6: ,p_attributes in out nocopy hxc_attribute_table_type
7: ,p_duplicate_template in boolean
8: );
9:

Line 11: (p_blocks in out nocopy hxc_block_table_type

7: ,p_duplicate_template in boolean
8: );
9:
10: PROCEDURE denormalize_time
11: (p_blocks in out nocopy hxc_block_table_type
12: ,p_mode in varchar2);
13:
14: Procedure set_process_flags
15: (p_blocks in out nocopy hxc_block_table_type

Line 15: (p_blocks in out nocopy hxc_block_table_type

11: (p_blocks in out nocopy hxc_block_table_type
12: ,p_mode in varchar2);
13:
14: Procedure set_process_flags
15: (p_blocks in out nocopy hxc_block_table_type
16: ,p_attributes in out nocopy hxc_attribute_table_type
17: );
18:
19: END hxc_block_attribute_update;