DBA Data[Home] [Help]

APPS.PAY_KR_WG_PKG dependencies on HR_CHKFMT

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

945: --
946: -- Changes for Bug 2708036
947: --
948: ELSIF upper(i.name) = 'RECEPTION TIME' THEN
949: g_court_orders(l_court_order_no).reception_time := nvl(hr_chkfmt.changeformat(i.screen_entry_value, 'H_HHMM', null),'00:00');
950: 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')
951: ||' '||g_court_orders(l_court_order_no).reception_time), 'YYYY/MM/DD HH24:MI');
952: --
953: END IF;