DBA Data[Home] [Help]

PACKAGE: APPS.PO_ORDER_STATUS

Source


1 PACKAGE PO_ORDER_STATUS AUTHID CURRENT_USER AS
2 /* $Header: CLNPOSS.pls 120.0 2006/07/03 08:59:15 amchaudh noship $ */
3 -- Package
4 --   PO_ORDER_STATUS
5 --
6 -- Purpose
7 --    Initially we have used this package for show sales order inbound
8 --    But we thought that we will not use PO_ name any more
9 --    Now we have decommissioned this file
10 --    Use CLNPOSSS.pls and CLNPOSSB.pls instead of this file
11 -- History
12 --    Aug-06-2002       Viswanthan Umapathy         Created
13 --    Dec-10-2003       Kodanda Ram                 Stubbed out
14 
15    -- Name
16    --    DUMMY
17    -- Purpose
18    --    Not used
19    -- Arguments
20    --   Dummy
21    -- Notes
22    --    Dummy procedure
23 
24       PROCEDURE DUMMY(
25          p_dummy                     IN VARCHAR2);
26 
27 
28 
29 END PO_ORDER_STATUS;