DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_DRAFT_PVT dependencies on PO_DOC_STYLE_HEADERS

Line 265: po_doc_style_headers pdsh,

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
269: AND pll.line_location_id = l_delete_list(1)