DBA Data[Home] [Help]

APPS.OKS_CON_COVERAGE_PVT dependencies on OKS_BILLRATE_SCHEDULES

Line 983: from oks_billrate_schedules

979: FLAT_RATE,
980: PERCENT_OVER_LIST_PRICE,
981: HOLIDAY_YN,
982: BT_CLE_ID
983: from oks_billrate_schedules
984: where bt_cle_id = p_btl_id
985: and (
986: decode(p_sunday_flag,'Y',sunday_flag,'N','#') = decode(p_sunday_flag,'Y','Y','N','#') and
987: decode(p_monday_flag,'Y',monday_flag,'N','#') = decode(p_monday_flag,'Y','Y','N','#') and