DBA Data[Home] [Help]

APPS.HXC_TIMECARD_APPROVAL dependencies on HXC_TIMECARD_SUMMARY

Line 416: update hxc_timecard_summary

412: if g_debug then
413: hr_utility.set_location('Processing '||l_proc, 120);
414: end if;
415:
416: update hxc_timecard_summary
417: set approval_status = hxc_timecard.c_approved_status
418: where timecard_id = p_tc_bb_id;
419:
420: if g_debug then