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 940: l_attribute hxc_attribute_type;

936: p_transaction_info in out nocopy hxc_timecard.transaction_info
937: ) is
938:
939: l_index number;
940: l_attribute hxc_attribute_type;
941:
942: l_time_attribute_id hxc_time_attributes.time_attribute_id%type;
943: l_object_version_number hxc_time_attributes.object_version_number%type;
944: