DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKC_STATUSES_TL

Line 234: FROM okc_statuses_tl status

230: -- Use this cursor to fetch the meaning of the of the Contract Status
231: CURSOR c_get_status_meaning_csr( p_sts_code VARCHAR2, p_led_lang VARCHAR2)
232: IS
233: SELECT status.meaning status_meaning
234: FROM okc_statuses_tl status
235: WHERE status.code = p_sts_code
236: AND status.language = p_led_lang;
237:
238: -- Cursor to fetch the Transaction type in the ledger language.