DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_TIME_CATEGORY_UTILS_PKG

Line 509: hxc_time_category_utils_pkg.initialise_time_category(

505: if g_debug then
506: hr_utility.set_location(l_proc, 40);
507: end if;
508:
509: hxc_time_category_utils_pkg.initialise_time_category(
510: p_time_category_id => p_time_category_id
511: ,p_tco_att => p_attributes
512: );
513:

Line 517: IF hxc_time_category_utils_pkg.chk_tc_bb_ok

513:
514: l_block_index := p_detail_blocks.first;
515: LOOP
516: EXIT WHEN NOT p_detail_blocks.exists(l_block_index);
517: IF hxc_time_category_utils_pkg.chk_tc_bb_ok
518: (p_detail_blocks(l_block_index).block_id)THEN
519: p_detail_blocks(l_block_index).added := 'Y';
520: l_count := l_count + 1;
521:

Line 633: hxc_time_category_utils_pkg.initialise_time_category(

629:
630: --
631: -- Check the attributes are ok
632:
633: hxc_time_category_utils_pkg.initialise_time_category(
634: p_time_category_id => p_time_category_id
635: ,p_tco_att => p_attributes
636: );
637:

Line 648: IF hxc_time_category_utils_pkg.chk_tc_bb_ok(

644: hr_utility.trace('detail_ovn=' || p_detail_blocks(l_block_index).block_ovn);
645: hr_utility.trace('detail_added=' || p_detail_blocks(l_block_index).added);
646: end if;
647:
648: IF hxc_time_category_utils_pkg.chk_tc_bb_ok(
649: p_detail_blocks(l_block_index).block_id
650: )
651: THEN
652: RETURN FALSE;

Line 673: hxc_time_category_utils_pkg.initialise_time_category(

669: IS
670: l_block_index NUMBER;
671: BEGIN
672:
673: hxc_time_category_utils_pkg.initialise_time_category(
674: p_time_category_id => p_time_category_id
675: ,p_tco_att => p_attributes
676: );
677:

Line 688: IF hxc_time_category_utils_pkg.chk_tc_bb_ok(

684: hr_utility.trace('detail_ovn=' || p_detail_blocks(l_block_index).block_ovn);
685: hr_utility.trace('detail_added=' || p_detail_blocks(l_block_index).added);
686: end if;
687:
688: IF hxc_time_category_utils_pkg.chk_tc_bb_ok(
689: p_detail_blocks(l_block_index).block_id
690: )
691: THEN
692: --set added flag

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

2997:
2998: -- push the block and attribute structures into the temporary
2999: -- tables used by Time Categories
3000:
3001: hxc_time_category_utils_pkg.push_timecard ( l_new_detail_blocks, l_new_detail_attributes, TRUE );
3002:
3003: if g_debug then
3004: hr_utility.trace(l_proc || 'Entry level approvals 160');
3005: end if;