DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT dependencies on HXC_ATTRIBUTE_TYPE

Line 156: l_attribute hxc_attribute_type;

152: ,p_building_block_id in number
153: ) is
154:
155: l_index number;
156: l_attribute hxc_attribute_type;
157:
158: Begin
159:
160: --

Line 290: l_attribute hxc_attribute_type;

286:
287: l_parent_chk pls_integer;
288: l_index number;
289: l_block hxc_block_type;
290: l_attribute hxc_attribute_type;
291:
292: Begin
293: --
294: -- Loop through the specified blocks, looking for the parents

Line 1301: l_attribute hxc_attribute_type;

1297: p_transaction_info in out nocopy hxc_timecard.transaction_info
1298: ) is
1299:
1300: l_index number;
1301: l_attribute hxc_attribute_type;
1302:
1303: l_time_attribute_id hxc_time_attributes.time_attribute_id%type;
1304: l_object_version_number hxc_time_attributes.object_version_number%type;
1305: