DBA Data[Home] [Help]

APPS.HXC_TIMECARD_SEARCH_PKG dependencies on HXC_TIMECARD_SUMMARY_PKG

Line 722: if p_mode = hxc_timecard_summary_pkg.c_normal_mode or p_mode is null then

718: l_app_period_count number;
719:
720: BEGIN
721:
722: if p_mode = hxc_timecard_summary_pkg.c_normal_mode or p_mode is null then
723:
724: return get_timecard_status_code(bb_id, bb_ovn);
725:
726: elsif p_mode = hxc_timecard_summary_pkg.c_migration_mode then

Line 726: elsif p_mode = hxc_timecard_summary_pkg.c_migration_mode then

722: if p_mode = hxc_timecard_summary_pkg.c_normal_mode or p_mode is null then
723:
724: return get_timecard_status_code(bb_id, bb_ovn);
725:
726: elsif p_mode = hxc_timecard_summary_pkg.c_migration_mode then
727: l_submitted := 'false';
728:
729: -- Original Timecard Status
730: select approval_status, start_time, stop_time, resource_id into l_tcstatus, l_start_time, l_stop_time, l_resource_id