DBA Data[Home] [Help]

APPS.POS_ACK_PO dependencies on STANDARD

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

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