DBA Data[Home] [Help]

APPS.HXC_TIMECARD_ATTRIBUTE_UTILS dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 14: (p_attributes in hxc_attribute_table_type)

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

Line 136: (p_attributes in HXC_ATTRIBUTE_TABLE_TYPE)

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

Line 199: return HXC_ATTRIBUTE_TABLE_TYPE is

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

Line 201: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;

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

Line 208: l_attributes := HXC_ATTRIBUTE_TABLE_TYPE();

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

Line 587: (p_attributes in hxc_attribute_table_type

583:
584: End attributes_are_different;
585:
586: Function get_attribute_index
587: (p_attributes in hxc_attribute_table_type
588: ,p_context in hxc_time_attributes.attribute_category%type
589: ,p_building_block_id in hxc_time_building_blocks.time_building_block_id%type default null
590: ) return NUMBER is
591:

Line 622: (p_attributes in out nocopy hxc_attribute_table_type) is

618:
619: End get_attribute_index;
620:
621: Procedure set_bld_blk_info_type_id
622: (p_attributes in out nocopy hxc_attribute_table_type) is
623:
624: l_index number;
625:
626: Begin

Line 648: Function index_deposit_attributes(p_deposit_attributes in hxc_attribute_table_type)

644: End Loop;
645:
646: End set_bld_blk_info_type_id;
647:
648: Function index_deposit_attributes(p_deposit_attributes in hxc_attribute_table_type)
649: return attribute_index is
650:
651: l_index number;
652: l_attribute_index attribute_index;

Line 683: (p_deposit_attributes in out nocopy hxc_attribute_table_type

679:
680: End attribute_present;
681:
682: Procedure append_additional_reasons
683: (p_deposit_attributes in out nocopy hxc_attribute_table_type
684: ,p_attributes in hxc_attribute_table_type) is
685:
686: l_attribute_index attribute_index;
687: l_index NUMBER;

Line 684: ,p_attributes in hxc_attribute_table_type) is

680: End attribute_present;
681:
682: Procedure append_additional_reasons
683: (p_deposit_attributes in out nocopy hxc_attribute_table_type
684: ,p_attributes in hxc_attribute_table_type) is
685:
686: l_attribute_index attribute_index;
687: l_index NUMBER;
688:

Line 814: (p_attributes in out nocopy hxc_attribute_table_type) is

810:
811: End effectively_deleted_attribute;
812:
813: Procedure remove_deleted_attributes
814: (p_attributes in out nocopy hxc_attribute_table_type) is
815:
816: l_index number;
817:
818: Begin