DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIMECARD dependencies on HXC_TIME_ATTRIBUTES

Line 151: l_layout_id HXC_TIME_ATTRIBUTES.ATTRIBUTE1%TYPE;

147: l_det_row_found BOOLEAN;
148:
149: l_attributes_table r_att_ids;
150:
151: l_layout_id HXC_TIME_ATTRIBUTES.ATTRIBUTE1%TYPE;
152: l_attributes_table_index number;
153: l_building_block_id hxc_time_building_blocks.TIME_BUILDING_BLOCK_ID%TYPE;
154:
155: BEGIN

Line 3748: from hxc_time_attributes a,

3744: ,a.bld_blk_info_type_id
3745: ,a.object_version_number
3746: ,'N' NEW
3747: ,'N' CHANGED
3748: from hxc_time_attributes a,
3749: hxc_time_attribute_usages au,
3750: hxc_bld_blk_info_types bbit
3751: where au.time_building_block_id = p_building_block_id
3752: and au.time_building_block_ovn = p_ovn

Line 3845: from hxc_time_attributes a,

3841: ,a.object_version_number
3842: ,'N' NEW
3843: ,'N' CHANGED
3844: ,'N' PROCESS
3845: from hxc_time_attributes a,
3846: hxc_time_attribute_usages au,
3847: hxc_bld_blk_info_types bbit
3848: where au.time_building_block_id = p_building_block_id
3849: and au.time_building_block_ovn = p_ovn