DBA Data[Home] [Help]

APPS.CSY_KPI_PKG dependencies on JTF_CALENDAR_PUB_24HR

Line 50: x_shifts jtf_calendar_pub_24hr.shift_tbl_type;

46: l_msg_index_out number;
47: x_ret_stat varchar2(2000);
48: x_msg_count number;
49: x_msg_data varchar2 (2000);
50: x_shifts jtf_calendar_pub_24hr.shift_tbl_type;
51: l_total_time number ;
52: l_dt1 date;
53: l_dt2 date;
54: begin

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

56: -- no need to return negative number
57: if (p_end_date <= p_start_date) then
58: return 0;
59: end if;
60: jtf_calendar_pub_24hr.get_resource_shifts(1,fnd_api.g_false,p_resource_id,
61: 'RS_EMPLOYEE',
62: p_start_date, p_end_date,
63: x_ret_stat,
64: x_msg_count,