DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on OE_BLANKET_HEADERS_EXT

Line 1915: oe_blanket_headers_ext bhe

1911: bhe.blanket_min_amount,
1912: bhe.blanket_max_amount,
1913: bh.org_id
1914: FROM oe_blanket_headers_all bh,
1915: oe_blanket_headers_ext bhe
1916: WHERE bh.header_id = p_doc_id
1917: AND bh.order_number = bhe.order_number;
1918:
1919:

Line 1964: -- Query OM tables OE_BLANKET_HEADERS_ALL and OE_BLANKET_HEADERS_EXT to retrieve values against variable codes

1960: END IF;
1961:
1962:
1963: -- For articles QA: -
1964: -- Query OM tables OE_BLANKET_HEADERS_ALL and OE_BLANKET_HEADERS_EXT to retrieve values against variable codes
1965: -- sent in by calling articles QA API.
1966:
1967: ----IF p_sys_var_value_tbl.COUNT > 0 THEN
1968: IF p_sys_var_value_tbl.FIRST IS NOT NULL THEN