DBA Data[Home] [Help]

APPS.OKC_TERMINATE_PUB dependencies on OKC_K_HEADERS_V

Line 275: cursor cur_lock_header(p_id okc_k_headers_v.id%type) is

271: ) IS
272:
273: l_return_status varchar2(1) := OKC_API.G_RET_STS_SUCCESS;
274:
275: cursor cur_lock_header(p_id okc_k_headers_v.id%type) is
276: select id
277: from okc_k_headers_b
278: where id = p_id
279: FOR update of id nowait;

Line 283: cursor cur_lock_rules (p_id okc_k_headers_v.id%type) is

279: FOR update of id nowait;
280:
281: l_id number;
282:
283: cursor cur_lock_rules (p_id okc_k_headers_v.id%type) is
284: select id
285: from okc_rules_b
286: where dnz_chr_id = p_id
287: FOR update of attribute1 nowait;