DBA Data[Home] [Help]

APPS.HXC_BLOCK_ATTRIBUTE_UPDATE dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 12: ,p_attributes in out nocopy hxc_attribute_table_type

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

Line 227: (p_attributes in out nocopy hxc_attribute_table_type

223:
224: End set_block_process_flags;
225:
226: Procedure set_attribute_process_flags
227: (p_attributes in out nocopy hxc_attribute_table_type
228: ) is
229:
230: l_index NUMBER;
231: l_attribute HXC_ATTRIBUTE_TYPE;

Line 290: (p_attributes in out nocopy hxc_attribute_table_type

286: --
287: -- Procedure added for version 115.1
288: --
289: Procedure set_corresponding_attributes
290: (p_attributes in out nocopy hxc_attribute_table_type
291: ,p_attribute_index in number
292: ,p_process_value in varchar2
293: ) is
294:

Line 316: ,p_attributes in out nocopy hxc_attribute_table_type

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

Line 402: ,p_attributes in out nocopy hxc_attribute_table_type

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:
406: set_block_process_flags(p_blocks);