DBA Data[Home] [Help]

APPS.HXC_ALIAS_UTILITY dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 216: p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE--hxc_self_service_time_deposit.building_block_attribute_info

212: -- | p_attributes to find out what is the next negative index |
213: -- ----------------------------------------------------------------------------
214:
215: FUNCTION get_next_negative_attribute_id(
216: p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE--hxc_self_service_time_deposit.building_block_attribute_info
217: )
218: RETURN NUMBER
219: IS
220:

Line 250: (p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,--hxc_self_service_time_deposit.building_block_attribute_info,

246: -- | This procedure set the value on a certain attribute into |
247: -- | p_attributes at a certain index. |
248: -- ----------------------------------------------------------------------------
249: PROCEDURE set_attribute_information
250: (p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,--hxc_self_service_time_deposit.building_block_attribute_info,
251: p_index_in_table IN NUMBER,
252: p_attribute_to_set IN VARCHAR2,
253: p_value_to_set IN VARCHAR2) IS
254:

Line 331: (p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,--hxc_self_service_time_deposit.building_block_attribute_info,

327: -- | This procedure get the value on a certain attribute into |
328: -- | p_attributes at a certain index. |
329: -- ----------------------------------------------------------------------------
330: PROCEDURE get_attribute_information
331: (p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,--hxc_self_service_time_deposit.building_block_attribute_info,
332: p_index_in_table IN NUMBER,
333: p_attribute_to_get IN VARCHAR2,
334: p_get_value OUT NOCOPY VARCHAR2) IS
335:

Line 590: ,p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE--hxc_self_service_time_deposit.building_block_attribute_info

586: -- ----------------------------------------------------------------------------
587: PROCEDURE attribute_check
588: (p_bld_blk_info_type_id IN NUMBER
589: ,p_time_building_block_id IN hxc_time_building_blocks.time_building_block_id%TYPE
590: ,p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE--hxc_self_service_time_deposit.building_block_attribute_info
591: ,p_tbb_id_reference_table IN OUT NOCOPY t_tbb_id_reference
592: ,p_attribute_index IN OUT NOCOPY NUMBER
593: ,p_attribute_found IN OUT NOCOPY BOOLEAN)
594: IS

Line 1075: (p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,--hxc_self_service_time_deposit.building_block_attribute_info,

1071: -- | attached to a tim_building_block_id |
1072: -- --------------------------------------------------------------------------
1073:
1074: PROCEDURE get_tbb_id_reference_table
1075: (p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,--hxc_self_service_time_deposit.building_block_attribute_info,
1076: p_tbb_id_reference_table IN OUT NOCOPY t_tbb_id_reference)
1077: IS
1078:
1079: l_attribute_index NUMBER;

Line 1280: p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,--hxc_self_service_time_deposit.building_block_attribute_info,

1276: -- | a pl/sql table that contains the alias attribute information |
1277: --------------------------------------------------------------------------------
1278: PROCEDURE get_alias_def_item
1279: (p_resource_id IN NUMBER,
1280: p_attributes IN OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,--hxc_self_service_time_deposit.building_block_attribute_info,
1281: p_alias_def_item IN OUT NOCOPY t_alias_def_item,
1282: p_start_time IN DATE,
1283: p_stop_time IN DATE,
1284: p_cache_label IN BOOLEAN DEFAULT FALSE) IS

Line 3718: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;

3714:
3715:
3716: l_alias_def_item t_alias_def_item;
3717: l_alias_val_att_to_match t_alias_val_att_to_match;
3718: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;
3719:
3720: l_index_alias_def NUMBER;
3721: l_index_change_att NUMBER;
3722: l_index_alias NUMBER;

Line 3733: l_attributes := HXC_ATTRIBUTE_TABLE_TYPE();

3729: l_match_found BOOLEAN;
3730:
3731: BEGIN
3732:
3733: l_attributes := HXC_ATTRIBUTE_TABLE_TYPE();
3734:
3735: -- first of all we need to check if we have the layout_id
3736: -- of this timecard in the cache table
3737: IF g_layout_attribute.exists(p_timecard_id) THEN

Line 3743: g_layout_attribute := HXC_ATTRIBUTE_TABLE_TYPE();

3739: l_attributes := g_layout_attribute;
3740:
3741: ELSE
3742:
3743: g_layout_attribute := HXC_ATTRIBUTE_TABLE_TYPE();
3744: -- we delete the global table
3745: g_layout_attribute.delete;
3746: -- we fetch the layout_id for the timecard
3747:

Line 4178: (p_attributes in out NOCOPY HXC_ATTRIBUTE_TABLE_TYPE) IS--hxc_self_service_time_deposit.building_block_attribute_info) IS

4174: -- ---------------------------------------------------------------------
4175: -- | Debug Procedure |
4176: -- ---------------------------------------------------------------------
4177: PROCEDURE dump_bb_attribute_info
4178: (p_attributes in out NOCOPY HXC_ATTRIBUTE_TABLE_TYPE) IS--hxc_self_service_time_deposit.building_block_attribute_info) IS
4179:
4180: l_index NUMBER;
4181:
4182: BEGIN

Line 5136: return HXC_ATTRIBUTE_TABLE_TYPE is

5132: ---
5133: /*
5134: Function convert_attribute_to_type
5135: (p_attributes in HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info)
5136: return HXC_ATTRIBUTE_TABLE_TYPE is
5137:
5138: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;--hxc_self_service_time_deposit.building_block_attribute_info;
5139: l_index NUMBER;
5140:

Line 5138: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;--hxc_self_service_time_deposit.building_block_attribute_info;

5134: Function convert_attribute_to_type
5135: (p_attributes in HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info)
5136: return HXC_ATTRIBUTE_TABLE_TYPE is
5137:
5138: l_attributes HXC_ATTRIBUTE_TABLE_TYPE;--hxc_self_service_time_deposit.building_block_attribute_info;
5139: l_index NUMBER;
5140:
5141: Begin
5142:

Line 5145: l_attributes := HXC_ATTRIBUTE_TABLE_TYPE();

5141: Begin
5142:
5143: -- Initialize the collection
5144:
5145: l_attributes := HXC_ATTRIBUTE_TABLE_TYPE();
5146:
5147: l_index := p_attributes.first;
5148:
5149: LOOP

Line 5268: p_attributes OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,

5264: */
5265: PROCEDURE get_translated_detail (p_detail_bb_id in NUMBER,
5266: p_detail_bb_ovn in NUMBER,
5267: p_resource_id in NUMBER,
5268: p_attributes OUT NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,
5269: p_messages IN OUT NOCOPY HXC_MESSAGE_TABLE_TYPE)
5270: IS
5271:
5272: cursor crs_tbb is

Line 5432: p_attributes := HXC_ATTRIBUTE_TABLE_TYPE();

5428:
5429: BEGIN
5430:
5431: l_tbb_block := HXC_BLOCK_TABLE_TYPE ();
5432: p_attributes := HXC_ATTRIBUTE_TABLE_TYPE();
5433:
5434:
5435: -- now we need to build the type table
5436: FOR c_tbb_info in crs_tbb LOOP