DBA Data[Home] [Help]

APPS.HXC_BLOCK_ATTRIBUTE_UPDATE dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 8: ,p_attributes in out nocopy hxc_attribute_table_type

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:
12: PROCEDURE denormalize_time

Line 18: ,p_attributes in out nocopy hxc_attribute_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;