DBA Data[Home] [Help]

APPS.OKC_API SQL Statements

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

Line: 240

select header_token
from okc_bus_doc_types_b
where document_type = p_contract_type;
Line: 269

select deliverable_token
from okc_bus_doc_types_b
where document_type = p_contract_type;
Line: 297

SELECT contract_type
FROM okc_rep_contracts_all
WHERE contract_id = p_contract_id;
Line: 318

SELECT ui_pers_function
FROM okc_bus_doc_types_b
WHERE document_type = p_contract_type;