DBA Data[Home] [Help]

PACKAGE: APPS.PO_DOCUMENT_LOCK_GRP

Source


1 PACKAGE PO_DOCUMENT_LOCK_GRP AUTHID CURRENT_USER AS
2 /* $Header: POXGLOKS.pls 115.0 2003/07/30 02:37:56 tpoon noship $*/
3 
4 -------------------------------------------------------------------------------
5 --Start of Comments
6 --Name: lock_document
7 --Function:
8 --  Locks the document, including the header and all the lines, shipments,
9 --  and distributions, as appropriate.
10 --Notes:
11 --  See the package body for more comments.
12 --End of Comments
13 -------------------------------------------------------------------------------
14 PROCEDURE lock_document (
15   p_api_version     IN NUMBER,
16   p_init_msg_list   IN VARCHAR2,
17   x_return_status   OUT NOCOPY VARCHAR2,
18   p_document_type   IN VARCHAR2,
19   p_document_id     IN NUMBER
20 );
21 
22 END PO_DOCUMENT_LOCK_GRP;