DBA Data[Home] [Help]

APPS.OKS_ENTITLEMENTS_WEB dependencies on OKS_COVERAGE_TIMES

Line 3162: oks_coverage_times CovTimes

3158: CovTImes.Friday_YN Fri,
3159: CovTImes.Saturday_YN Sat
3160: from oks_coverage_timeZones CovTimeZones,
3161: okx_timezones_v OkxTimeZones,
3162: oks_coverage_times CovTimes
3163: where CovTimeZones.timezone_id = OkxTimeZones.timezone_id
3164: and CovTimeZones.cle_id = to_number(p_bus_proc_ID_arg)
3165: and CovTImes.COV_TZE_LINE_ID=CovTimeZones.id
3166: and CovTimeZones.default_yn = 'Y';