DBA Data[Home] [Help]

APPS.POS_ACK_PO dependencies on STANDARD

Line 356: if (l_doc_subtype in ('STANDARD','PLANNED')) then

352: into l_revision_num,l_pending_signature_flag,l_doc_subtype
353: from po_headers_all
354: where po_header_id = to_number(l_po_header_id);
355:
356: if (l_doc_subtype in ('STANDARD','PLANNED')) then
357: l_doc_type := 'PO';
358: elsif (l_doc_subtype in ('BLANKET','CONTRACT')) then
359: l_doc_type := 'PA';
360: end if;