DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on PO_HEADERS_ALL

Line 882: FROM po_headers_all

878:
879: CURSOR c_po_headers(cp_po_header_id NUMBER)
880: IS
881: SELECT style_id
882: FROM po_headers_all
883: WHERE po_header_id = cp_po_header_id;
884:
885: r_doc_style_headers c_doc_style_headers%ROWTYPE;
886: r_po_headers c_po_headers%ROWTYPE;

Line 888: v_style_id po_headers_all.style_id%TYPE;

884:
885: r_doc_style_headers c_doc_style_headers%ROWTYPE;
886: r_po_headers c_po_headers%ROWTYPE;
887: b_process_po BOOLEAN;
888: v_style_id po_headers_all.style_id%TYPE;
889: BEGIN
890: v_style_id := p_style_id;
891:
892: IF v_style_id IS NULL AND p_po_header_id IS NOT NULL THEN