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 3412: from hxc_time_attributes a,

3408: ,a.bld_blk_info_type_id
3409: ,a.object_version_number
3410: ,'N' NEW
3411: ,'N' CHANGED
3412: from hxc_time_attributes a,
3413: hxc_time_attribute_usages au,
3414: hxc_bld_blk_info_types bbit
3415: where au.time_building_block_id = p_building_block_id
3416: and au.time_building_block_ovn = p_ovn

Line 3509: from hxc_time_attributes a,

3505: ,a.object_version_number
3506: ,'N' NEW
3507: ,'N' CHANGED
3508: ,'N' PROCESS
3509: from hxc_time_attributes a,
3510: hxc_time_attribute_usages au,
3511: hxc_bld_blk_info_types bbit
3512: where au.time_building_block_id = p_building_block_id
3513: and au.time_building_block_ovn = p_ovn