DBA Data[Home] [Help]

APPS.OKC_RENEWAL_OUTCOME_PUB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 64

    SELECT contract_number, end_date + 1, end_date + 1 + (end_date - start_date)
    FROM   okc_k_headers_v
    where  id = p_contract_id;*/
Line: 68

    SELECT contract_number, start_date, end_date
    FROM   okc_k_headers_v
    where  id = p_contract_id;