DBA Data[Home] [Help]

APPS.HXC_BLOCK_COLLECTION_UTILS dependencies on HXC_TIME_ATTRIBUTES

Line 84: hxc_time_attributes ta

80: 'N',
81: p_block_ovn)
82: from hxc_time_attribute_usages tau,
83: hxc_bld_blk_info_types bbit,
84: hxc_time_attributes ta
85: where tau.time_building_block_id = p_block_Id
86: and tau.time_building_block_ovn = p_block_ovn
87: and tau.time_attribute_id = ta.time_attribute_id
88: and (ta.attribute_category <> nvl(decode(p_load_template_attributes,'Y','TEMPLATES'),'$Sys_deF$')