DBA Data[Home] [Help]

APPS.HXC_TIMECARD_HOURS_PKG dependencies on HXC_MAPPINGS

Line 116: hxc_mappings mp,

112: ma.segment segment,
113: bbitu.building_block_category category
114: from hxc_mapping_attributes_v ma,
115: hxc_deposit_processes dp,
116: hxc_mappings mp,
117: hxc_bld_blk_info_type_usages bbitu
118: where ma.map = mp.name
119: and mp.mapping_id = dp.mapping_id
120: and dp.name = 'OTL Deposit Process'

Line 313: hxc_mappings mp,

309: ma.segment segment,
310: bbitu.building_block_category category
311: from hxc_mapping_attributes_v ma,
312: hxc_deposit_processes dp,
313: hxc_mappings mp,
314: hxc_bld_blk_info_type_usages bbitu
315: where ma.map = mp.name
316: and mp.mapping_id = dp.mapping_id
317: and dp.name = 'OTL Deposit Process'