DBA Data[Home] [Help]

PACKAGE BODY: APPS.PO_ORDER_STATUS

Source


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