DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT dependencies on HXC_TIME_CATEGORY_UTILS_PKG

Line 1357: hxc_time_category_utils_pkg.initialise_time_category (

1353: END IF;
1354:
1355: IF l_tc_id IS NOT NULL THEN
1356:
1357: hxc_time_category_utils_pkg.initialise_time_category (
1358: p_time_category_id => l_tc_id
1359: ,p_tco_att => p_tco_att );
1360:
1361: l_conversion_factor:= get_days_to_hours_factor(l_resource_id,l_stop_date,l_dividing_factor );

Line 1398: IF hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )

1394: --When the block/atribute not touched, but the value of the Preference changed like
1395: --Time Category chnaged from NULL => TC1 or TC1=> NULL or TC1=>TC2, so in this case
1396: --we need to process the block/attribute to take the new value of preference.
1397:
1398: IF hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )
1399: AND nvl(l_attribute.ATTRIBUTE26,1) <> l_conversion_factor then
1400: l_update := true;
1401: l_attribute.ATTRIBUTE26 :=l_conversion_factor;
1402: elsif NOT hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )

Line 1402: elsif NOT hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )

1398: IF hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )
1399: AND nvl(l_attribute.ATTRIBUTE26,1) <> l_conversion_factor then
1400: l_update := true;
1401: l_attribute.ATTRIBUTE26 :=l_conversion_factor;
1402: elsif NOT hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )
1403: and nvl(l_attribute.ATTRIBUTE26,1) <> 1 THEN
1404: l_update := true;
1405: l_attribute.ATTRIBUTE26 :=null;
1406:

Line 1411: if ( hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID ) ) then

1407: END IF;
1408:
1409: end if;
1410:
1411: if ( hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID ) ) then
1412: l_attribute.ATTRIBUTE26 :=l_conversion_factor;
1413: else
1414: l_attribute.ATTRIBUTE26:=1;
1415: end if;

Line 1677: hxc_time_category_utils_pkg.push_timecard(p_blocks, p_attributes);

1673: deposit_detail_blocks(p_blocks,p_attributes,p_detail_blocks,l_deleted_blocks,p_transaction_info,p_messages,l_timecard_id,l_timecard_ovn);
1674: --
1675: -- And now corresponding attributes
1676: --
1677: hxc_time_category_utils_pkg.push_timecard(p_blocks, p_attributes);
1678:
1679: deposit_attributes(p_attributes,p_messages,l_timecard_id,l_timecard_ovn,l_deleted_blocks,
1680: p_blocks, p_transaction_info);
1681: --