DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on OE_BLANKET_HEADERS_EXT

Line 1906: oe_blanket_headers_ext bhe

1902: bhe.blanket_min_amount,
1903: bhe.blanket_max_amount,
1904: bh.org_id
1905: FROM oe_blanket_headers_all bh,
1906: oe_blanket_headers_ext bhe
1907: WHERE bh.header_id = p_doc_id
1908: AND bh.order_number = bhe.order_number;
1909:
1910:

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

1951: END IF;
1952:
1953:
1954: -- For articles QA: -
1955: -- Query OM tables OE_BLANKET_HEADERS_ALL and OE_BLANKET_HEADERS_EXT to retrieve values against variable codes
1956: -- sent in by calling articles QA API.
1957:
1958: ----IF p_sys_var_value_tbl.COUNT > 0 THEN
1959: IF p_sys_var_value_tbl.FIRST IS NOT NULL THEN