DBA Data[Home] [Help]

APPS.HXC_BLOCK_ATTRIBUTE_UPDATE dependencies on HXC_BLOCK_TABLE_TYPE

Line 13: (p_blocks in out nocopy hxc_block_table_type

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

Line 122: (p_blocks in out nocopy hxc_block_table_type

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

Line 166: (p_blocks in out nocopy hxc_block_table_type

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

Line 385: (p_blocks in out nocopy hxc_block_table_type

381:
382: End set_corresponding_attributes;
383:
384: Procedure set_dependent_process_flags
385: (p_blocks in out nocopy hxc_block_table_type
386: ,p_attributes in out nocopy hxc_attribute_table_type
387: ) is
388:
389: l_block_index NUMBER;

Line 478: (p_blocks in out nocopy hxc_block_table_type

474:
475: End set_dependent_process_flags;
476:
477: Procedure set_process_flags
478: (p_blocks in out nocopy hxc_block_table_type
479: ,p_attributes in out nocopy hxc_attribute_table_type
480: ) is
481: Begin
482: