DBA Data[Home] [Help]

APPS.OKC_TERMINATE_PUB SQL Statements

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

Line: 276

 select id
 from okc_k_headers_b
 where id = p_id
 FOR update of id nowait;
Line: 284

 select id
 from okc_rules_b
 where dnz_chr_id = p_id
 FOR update of attribute1 nowait;