DBA Data[Home] [Help]

APPS.PAY_KR_WG_PKG dependencies on HR_CHKFMT

Line 943: g_court_orders(l_court_order_no).reception_time := nvl(hr_chkfmt.changeformat(i.screen_entry_value, 'H_HHMM', null),'00:00');

939: --
940: -- Changes for Bug 2708036
941: --
942: ELSIF upper(i.name) = 'RECEPTION TIME' THEN
943: g_court_orders(l_court_order_no).reception_time := nvl(hr_chkfmt.changeformat(i.screen_entry_value, 'H_HHMM', null),'00:00');
944: g_court_orders(l_court_order_no).court_order_start_date := to_date( ( to_char( g_court_orders(l_court_order_no).court_order_start_date, 'YYYY/MM/DD')
945: ||' '||g_court_orders(l_court_order_no).reception_time), 'YYYY/MM/DD HH24:MI');
946: --
947: END IF;