DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_DRAFT_PVT dependencies on PO_HEADERS_ALL

Line 264: FROM po_headers_all h,

260: -- Check for the documenr style. CLM or Commercial
261: BEGIN
262: SELECT 'Y'
263: INTO l_clm_document
264: FROM po_headers_all h,
265: po_doc_style_headers pdsh,
266: po_line_locations_all pll
267: WHERE h.style_id = pdsh.style_id
268: AND h.po_header_id = pll.po_header_id