DBA Data[Home] [Help]

APPS.HXC_BLOCK_ATTRIBUTE_UPDATE dependencies on HXC_BLOCK_TABLE_TYPE

Line 11: (p_blocks in out nocopy hxc_block_table_type

7: -- save as a template
8: -- (otherwise the timecard will be overwritten with the template)
9: --
10: PROCEDURE replace_ids
11: (p_blocks in out nocopy hxc_block_table_type
12: ,p_attributes in out nocopy hxc_attribute_table_type
13: ,p_duplicate_template in BOOLEAN
14: ) is
15:

Line 120: (p_blocks in out nocopy hxc_block_table_type

116: End replace_ids;
117:
118:
119: PROCEDURE denormalize_time
120: (p_blocks in out nocopy hxc_block_table_type
121: ,p_mode in varchar2) IS
122:
123: l_block_index number;
124:

Line 164: (p_blocks in out nocopy hxc_block_table_type

160:
161: END denormalize_time;
162:
163: Procedure set_block_process_flags
164: (p_blocks in out nocopy hxc_block_table_type
165: ) is
166:
167:
168: l_index NUMBER;

Line 315: (p_blocks in out nocopy hxc_block_table_type

311:
312: End set_corresponding_attributes;
313:
314: Procedure set_dependent_process_flags
315: (p_blocks in out nocopy hxc_block_table_type
316: ,p_attributes in out nocopy hxc_attribute_table_type
317: ) is
318:
319: l_block_index NUMBER;

Line 401: (p_blocks in out nocopy hxc_block_table_type

397:
398: End set_dependent_process_flags;
399:
400: Procedure set_process_flags
401: (p_blocks in out nocopy hxc_block_table_type
402: ,p_attributes in out nocopy hxc_attribute_table_type
403: ) is
404: Begin
405: