DBA Data[Home] [Help]

APPS.PO_VAL_HEADERS dependencies on PO_DOC_STYLE_LINES_VL

Line 2796: po_doc_style_lines_vl PDSL,

2792: WHERE EXISTS (
2793: select poh.po_header_id
2794: FROM po_headers_all POH,
2795: hr_all_organization_units_tl HOUTL,
2796: po_doc_style_lines_vl PDSL,
2797: po_document_types_all_tl PDTL,
2798: po_doc_style_headers PDSH
2799: WHERE HOUTL.organization_id = POH.org_id
2800: AND HOUTL.language = USERENV('LANG')