DBA Data[Home] [Help]

APPS.HXC_TIMECARD_ATTRIBUTE_UTILS dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 16: (p_attributes in hxc_attribute_table_type)

12:
13: e_no_existing_attribute exception;
14:
15: Function next_time_attribute_id
16: (p_attributes in hxc_attribute_table_type)
17: return number is
18:
19: l_next_id number;
20: l_index number;

Line 138: (p_attributes in HXC_ATTRIBUTE_TABLE_TYPE)

134:
135: END get_bld_blk_info_type_id;
136:
137: Function convert_to_dpwr_attributes
138: (p_attributes in HXC_ATTRIBUTE_TABLE_TYPE)
139: return HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info IS
140:
141: l_attributes HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info;
142: l_index NUMBER;

Line 201: return HXC_ATTRIBUTE_TABLE_TYPE is

197: End convert_to_dpwr_attributes;
198:
199: Function convert_to_type
200: (p_attributes in HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info)
201: return HXC_ATTRIBUTE_TABLE_TYPE is
202:
203: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;
204: l_index NUMBER;
205:

Line 203: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;

199: Function convert_to_type
200: (p_attributes in HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info)
201: return HXC_ATTRIBUTE_TABLE_TYPE is
202:
203: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;
204: l_index NUMBER;
205:
206: Begin
207:

Line 210: l_attributes := HXC_ATTRIBUTE_TABLE_TYPE();

206: Begin
207:
208: -- Initialize the collection
209:
210: l_attributes := HXC_ATTRIBUTE_TABLE_TYPE();
211:
212: l_index := p_attributes.first;
213:
214: LOOP

Line 621: (p_attributes in hxc_attribute_table_type

617:
618: End attributes_are_different;
619:
620: Function get_attribute_index
621: (p_attributes in hxc_attribute_table_type
622: ,p_context in hxc_time_attributes.attribute_category%type
623: ,p_building_block_id in hxc_time_building_blocks.time_building_block_id%type default null
624: ) return NUMBER is
625:

Line 656: (p_attributes in out nocopy hxc_attribute_table_type) is

652:
653: End get_attribute_index;
654:
655: Procedure set_bld_blk_info_type_id
656: (p_attributes in out nocopy hxc_attribute_table_type) is
657:
658: l_index number;
659:
660: Begin

Line 682: Function index_deposit_attributes(p_deposit_attributes in hxc_attribute_table_type)

678: End Loop;
679:
680: End set_bld_blk_info_type_id;
681:
682: Function index_deposit_attributes(p_deposit_attributes in hxc_attribute_table_type)
683: return attribute_index is
684:
685: l_index number;
686: l_attribute_index attribute_index;

Line 717: (p_deposit_attributes in out nocopy hxc_attribute_table_type

713:
714: End attribute_present;
715:
716: Procedure append_additional_reasons
717: (p_deposit_attributes in out nocopy hxc_attribute_table_type
718: ,p_attributes in hxc_attribute_table_type) is
719:
720: l_attribute_index attribute_index;
721: l_index NUMBER;

Line 718: ,p_attributes in hxc_attribute_table_type) is

714: End attribute_present;
715:
716: Procedure append_additional_reasons
717: (p_deposit_attributes in out nocopy hxc_attribute_table_type
718: ,p_attributes in hxc_attribute_table_type) is
719:
720: l_attribute_index attribute_index;
721: l_index NUMBER;
722:

Line 848: (p_attributes in out nocopy hxc_attribute_table_type) is

844:
845: End effectively_deleted_attribute;
846:
847: Procedure remove_deleted_attributes
848: (p_attributes in out nocopy hxc_attribute_table_type) is
849:
850: l_index number;
851:
852: Begin