DBA Data[Home] [Help]

APPS.HXC_BLOCK_COLLECTION_UTILS dependencies on HXC_BLD_BLK_INFO_TYPES

Line 83: hxc_bld_blk_info_types bbit,

79: bbit.BLD_BLK_INFO_TYPE,
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

Line 733: hxc_bld_blk_info_types bbit

729: from hxc_app_period_summary apsum,
730: fnd_application_tl favtl,
731: hxc_time_recipients htr,
732: per_all_people_f p,
733: hxc_bld_blk_info_types bbit
734: where apsum.application_period_id = p_app_period_id
735: and favtl.application_id = htr.application_id
736: and htr.time_recipient_id = apsum.time_recipient_id
737: and favtl.language = userenv('LANG')