DBA Data[Home] [Help]

APPS.OKE_DTS_WORKFLOW dependencies on OKC_ASSENTS

Line 62: select 'x' from okc_assents

58: select sts_code from okc_k_lines_b
59: where id = p_id;
60:
61: cursor opn_csr(p_sts_code varchar2) is
62: select 'x' from okc_assents
63: where opn_code = 'INITIATE_DELV'
64: and sts_code = p_sts_code
65: and scs_code = 'PROJECT'
66: and allowed_yn = 'Y';