DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on PO_HEADERS_ALL

Line 798: FROM po_headers_all

794:
795: CURSOR c_po_headers(cp_po_header_id NUMBER)
796: IS
797: SELECT style_id
798: FROM po_headers_all
799: WHERE po_header_id = cp_po_header_id;
800:
801: r_doc_style_headers c_doc_style_headers%ROWTYPE;
802: r_po_headers c_po_headers%ROWTYPE;

Line 804: v_style_id po_headers_all.style_id%TYPE;

800:
801: r_doc_style_headers c_doc_style_headers%ROWTYPE;
802: r_po_headers c_po_headers%ROWTYPE;
803: b_process_po BOOLEAN;
804: v_style_id po_headers_all.style_id%TYPE;
805: BEGIN
806: v_style_id := p_style_id;
807:
808: IF v_style_id IS NULL AND p_po_header_id IS NOT NULL THEN