DBA Data[Home] [Help]

APPS.CSY_KPI_PKG dependencies on JTF_CALENDAR_PUB_24HR

Line 12: x_shifts jtf_calendar_pub_24hr.shift_tbl_type;

8: l_msg_index_out number;
9: x_ret_stat varchar2(2000);
10: x_msg_count number;
11: x_msg_data varchar2 (2000);
12: x_shifts jtf_calendar_pub_24hr.shift_tbl_type;
13: l_total_time number ;
14: l_dt1 date;
15: l_dt2 date;
16: begin

Line 22: jtf_calendar_pub_24hr.get_resource_shifts(1,fnd_api.g_false,p_resource_id,

18: -- no need to return negative number
19: if (p_end_date <= p_start_date) then
20: return 0;
21: end if;
22: jtf_calendar_pub_24hr.get_resource_shifts(1,fnd_api.g_false,p_resource_id,
23: 'RS_EMPLOYEE',
24: p_start_date, p_end_date,
25: x_ret_stat,
26: x_msg_count,