DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_DRAFT_PVT dependencies on PO_HEADERS_ALL

Line 264: FROM po_headers_all h,

260:
261: BEGIN
262: SELECT 'Y'
263: INTO l_clm_document
264: FROM po_headers_all h,
265: po_doc_style_headers pdsh,
266: po_distributions_all pd
267: WHERE h.style_id = pdsh.style_id
268: AND h.po_header_id = pd.po_header_id