DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_TIME_CATEGORY_UTILS_PKG

Line 661: hxc_time_category_utils_pkg.initialise_time_category(

657: if g_debug then
658: hr_utility.set_location(l_proc, 40);
659: end if;
660:
661: hxc_time_category_utils_pkg.initialise_time_category(
662: p_time_category_id => p_time_category_id
663: ,p_tco_att => p_attributes
664: );
665:

Line 669: IF hxc_time_category_utils_pkg.chk_tc_bb_ok

665:
666: l_block_index := p_detail_blocks.first;
667: LOOP
668: EXIT WHEN NOT p_detail_blocks.exists(l_block_index);
669: IF hxc_time_category_utils_pkg.chk_tc_bb_ok
670: (p_detail_blocks(l_block_index).block_id)THEN
671: p_detail_blocks(l_block_index).added := 'Y';
672: l_count := l_count + 1;
673:

Line 785: hxc_time_category_utils_pkg.initialise_time_category(

781:
782: --
783: -- Check the attributes are ok
784:
785: hxc_time_category_utils_pkg.initialise_time_category(
786: p_time_category_id => p_time_category_id
787: ,p_tco_att => p_attributes
788: );
789:

Line 800: IF hxc_time_category_utils_pkg.chk_tc_bb_ok(

796: hr_utility.trace('detail_ovn=' || p_detail_blocks(l_block_index).block_ovn);
797: hr_utility.trace('detail_added=' || p_detail_blocks(l_block_index).added);
798: end if;
799:
800: IF hxc_time_category_utils_pkg.chk_tc_bb_ok(
801: p_detail_blocks(l_block_index).block_id
802: )
803: THEN
804: RETURN FALSE;

Line 825: hxc_time_category_utils_pkg.initialise_time_category(

821: IS
822: l_block_index NUMBER;
823: BEGIN
824:
825: hxc_time_category_utils_pkg.initialise_time_category(
826: p_time_category_id => p_time_category_id
827: ,p_tco_att => p_attributes
828: );
829:

Line 840: IF hxc_time_category_utils_pkg.chk_tc_bb_ok(

836: hr_utility.trace('detail_ovn=' || p_detail_blocks(l_block_index).block_ovn);
837: hr_utility.trace('detail_added=' || p_detail_blocks(l_block_index).added);
838: end if;
839:
840: IF hxc_time_category_utils_pkg.chk_tc_bb_ok(
841: p_detail_blocks(l_block_index).block_id
842: )
843: THEN
844: --set added flag

Line 3543: hxc_time_category_utils_pkg.push_timecard ( l_new_detail_blocks, l_new_detail_attributes, TRUE );

3539:
3540: -- push the block and attribute structures into the temporary
3541: -- tables used by Time Categories
3542:
3543: hxc_time_category_utils_pkg.push_timecard ( l_new_detail_blocks, l_new_detail_attributes, TRUE );
3544:
3545: if g_debug then
3546: hr_utility.trace(l_proc || 'Entry level approvals 160');
3547: end if;