DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on STANDARD

Line 777: if (v_type_code in ('STANDARD','PLANNED')) then

773: po_drafts pd
774: where phd.draft_id = l_draft_id
775: and phd.draft_id = pd.draft_id;
776:
777: if (v_type_code in ('STANDARD','PLANNED')) then
778: v_document_type := 'PO';
779: v_document_subtype := v_type_code;
780: elsif (v_type_code in ('BLANKET','CONTRACT')) then
781: v_document_type := 'PA';