DBA Data[Home] [Help]

APPS.HXC_ARRAY_TIME_DEPOSIT dependencies on HXC_DEPOSIT_WRAPPER_UTILITIES

Line 706: l_exploded_attributes := hxc_deposit_wrapper_utilities.attributes_to_array

702: -- knows which fields are translated on the layout!
703: --
704:
705: add_layout_attribute(l_old_attributes,l_attributes);
706: l_exploded_attributes := hxc_deposit_wrapper_utilities.attributes_to_array
707: (p_attributes => l_attributes);
708:
709: hxc_alias_translator.do_retrieval_translation
710: (p_attributes => l_exploded_attributes

Line 721: l_exploded_details := hxc_deposit_wrapper_utilities.blocks_to_array

717:
718: -- Now we have to populate the block and attribute
719: -- tables to pass back to the middle tier
720: --
721: l_exploded_details := hxc_deposit_wrapper_utilities.blocks_to_array
722: (p_blocks => l_valid_blocks);
723:
724: elsif(l_blocks.count = 0) then
725: