DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_DRAFTS

Line 6427: po_drafts pod

6423: doc_subtype,
6424: ItemType
6425: from po_requisition_headers hd,
6426: po_document_types ty ,
6427: po_drafts pod
6428: where hd.requisition_header_id = p_req_header_id
6429: and ty.document_type_code = 'REQUISITION'
6430: and ty.document_subtype = hd.TYPE_LOOKUP_CODE
6431: AND hd.par_draft_id = pod.draft_id(+);