DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT dependencies on HXC_TIME_CATEGORY_UTILS_PKG

Line 996: hxc_time_category_utils_pkg.initialise_time_category (

992: END IF;
993:
994: IF l_tc_id IS NOT NULL THEN
995:
996: hxc_time_category_utils_pkg.initialise_time_category (
997: p_time_category_id => l_tc_id
998: ,p_tco_att => p_tco_att );
999:
1000: l_conversion_factor:= get_days_to_hours_factor(l_resource_id,l_stop_date,l_dividing_factor );

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

1033: --When the block/atribute not touched, but the value of the Preference changed like
1034: --Time Category chnaged from NULL => TC1 or TC1=> NULL or TC1=>TC2, so in this case
1035: --we need to process the block/attribute to take the new value of preference.
1036:
1037: IF hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )
1038: AND nvl(l_attribute.ATTRIBUTE26,1) <> l_conversion_factor then
1039: l_update := true;
1040: l_attribute.ATTRIBUTE26 :=l_conversion_factor;
1041: elsif NOT hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )

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

1037: IF hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )
1038: AND nvl(l_attribute.ATTRIBUTE26,1) <> l_conversion_factor then
1039: l_update := true;
1040: l_attribute.ATTRIBUTE26 :=l_conversion_factor;
1041: elsif NOT hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID )
1042: and nvl(l_attribute.ATTRIBUTE26,1) <> 1 THEN
1043: l_update := true;
1044: l_attribute.ATTRIBUTE26 :=null;
1045:

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

1046: END IF;
1047:
1048: end if;
1049:
1050: if ( hxc_time_category_utils_pkg.chk_tc_bb_ok ( l_attribute.BUILDING_BLOCK_ID ) ) then
1051: l_attribute.ATTRIBUTE26 :=l_conversion_factor;
1052: else
1053: l_attribute.ATTRIBUTE26:=1;
1054: end if;

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

1304: deposit_detail_blocks(p_blocks,p_attributes,p_detail_blocks,l_deleted_blocks,p_transaction_info,p_messages,l_timecard_id,l_timecard_ovn);
1305: --
1306: -- And now corresponding attributes
1307: --
1308: hxc_time_category_utils_pkg.push_timecard(p_blocks, p_attributes);
1309:
1310: deposit_attributes(p_attributes,p_messages,l_timecard_id,l_timecard_ovn,l_deleted_blocks,
1311: p_blocks, p_transaction_info);
1312: --