DBA Data[Home] [Help]

PACKAGE: APPS.PO_ARCHIVE_PO_SV

Source


1 PACKAGE PO_ARCHIVE_PO_SV AUTHID CURRENT_USER AS
2 /* $Header: POXPAR1S.pls 120.0 2005/06/02 00:16:04 appldev noship $ */
3 
4 --
5 -- Archives the specified PO.
6 -- This package includes procedures that check to see if the PO needs to be archived.
7 -- Based on the type of document (PO, PA, RELEASE) and document subtype, different
8 -- archiving routines are called.
9 --
10 
11 -- <FPJ Refactor Archiving API>
12 -- Replaced with packages PO_DOCUMENT_ARCHIVE_GRP/PVT
13 
14 FUNCTION  ARCHIVE_PO(X_document_id IN NUMBER, X_document_type VARCHAR2, x_doc_subtype varchar2) return varchar2;
15 
16 end PO_ARCHIVE_PO_SV;