DBA Data[Home] [Help]

APPS.HXC_BLOCK_ATTRIBUTE_UPDATE dependencies on HXC_BLOCK_TABLE_TYPE

Line 7: (p_blocks in out nocopy hxc_block_table_type

3:
4: g_tc_api_flag varchar2(2) := null; -- Added for Bug 12774447
5:
6: PROCEDURE replace_ids
7: (p_blocks in out nocopy hxc_block_table_type
8: ,p_attributes in out nocopy hxc_attribute_table_type
9: ,p_duplicate_template in boolean
10: );
11:

Line 13: (p_blocks in out nocopy hxc_block_table_type

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

Line 17: (p_blocks in out nocopy hxc_block_table_type

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