DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 101: oe_order_headers_all h

97: CURSOR so_contract_csr(p_contract_id IN NUMBER, p_contract_type IN VARCHAR2) IS
98: SELECT
99: h.org_id
100: FROM
101: oe_order_headers_all h
102: ,okc_template_usages t
103: WHERE h.header_id = t.document_id
104: AND t.document_type = 'O'
105: AND t.document_type = p_contract_type