DBA Data[Home] [Help]

APPS.HXC_BLOCK_ATTRIBUTE_UPDATE dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 14: ,p_attributes in out nocopy hxc_attribute_table_type

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:
18: cursor c_template_is_a_timecard

Line 261: (p_attributes in out nocopy hxc_attribute_table_type

257:
258: End set_block_process_flags;
259:
260: Procedure set_attribute_process_flags
261: (p_attributes in out nocopy hxc_attribute_table_type
262: ) is
263:
264: l_index NUMBER;
265: l_attribute HXC_ATTRIBUTE_TYPE;

Line 360: (p_attributes in out nocopy hxc_attribute_table_type

356: --
357: -- Procedure added for version 115.1
358: --
359: Procedure set_corresponding_attributes
360: (p_attributes in out nocopy hxc_attribute_table_type
361: ,p_attribute_index in number
362: ,p_process_value in varchar2
363: ) is
364:

Line 386: ,p_attributes in out nocopy hxc_attribute_table_type

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;
390: l_attribute_index NUMBER;

Line 479: ,p_attributes in out nocopy hxc_attribute_table_type

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:
483: IF g_debug THEN