DBA Data[Home] [Help]

APPS.PO_PALT_ASSIGNMENTS dependencies on PO_HEADERS_DRAFT_ALL

Line 611: po_headers_draft_all pohd

607: ds.par_auto_assign_role
608: INTO l_par_auto_assign_flag,
609: l_par_auto_assign_role
610: FROM po_doc_style_headers ds,
611: po_headers_draft_all pohd
612: WHERE pohd.style_id = ds.style_id
613: AND pohd.draft_id = l_par_draft_id
614: AND pohd.po_header_id = l_document_id;
615: END;