DBA Data[Home] [Help]

APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKC_ASSENTS

Line 6343: select 'x' from okc_assents

6339: where okl.id = okb.k_line_id
6340: and okb.deliverable_id=p_deliverable_id;
6341:
6342: cursor opn_csr(p_sts_code varchar2, p_opn_code varchar2) is
6343: select 'x' from okc_assents
6344: where opn_code = p_opn_code
6345: and sts_code = p_sts_code
6346: and scs_code = 'PROJECT'
6347: and allowed_yn = 'Y';