DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 99: oe_order_headers_all h

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