DBA Data[Home] [Help]

APPS.OKS_MASSCHANGE_PVT dependencies on OKX_TIMEZONES_V

Line 13315: FROM okx_timezones_v

13311: FROM oks_cov_types_v
13312: WHERE code = p_attr_code ;
13313: CURSOR get_timezone(p_attr_code IN Varchar2) IS
13314: SELECT name
13315: FROM okx_timezones_v
13316: WHERE timezone_id = p_attr_code ;
13317:
13318: -- Select statemet for the following cursor was changed to address performance issue. Bug#3231915
13319: CURSOR get_pref_engg(p_attr_code IN Varchar2) IS