DBA Data[Home] [Help]

APPS.CS_TZ_GET_DETAILS_PVT dependencies on JTF_RS_RESOURCE_EXTNS_VL

Line 624: FROM jtf_rs_resource_extns_vl

620:
621: -- Cursor to derive time zone for technician
622: CURSOR technician_timezone IS
623: SELECT time_zone
624: FROM jtf_rs_resource_extns_vl
625: WHERE resource_id = p_resource_id ;
626:
627: -- Cursor to derive time zone for Primary Contact address
628: CURSOR contact_timezone IS