DBA Data[Home] [Help]

APPS.PO_ORDER_STATUS dependencies on PO_ORDER_STATUS

Line 1: PACKAGE BODY PO_ORDER_STATUS AS

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: --

Line 4: -- PO_ORDER_STATUS

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

Line 7: -- Specification of package body: PO_ORDER_STATUS.

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

Line 34: END PO_ORDER_STATUS;

30: NULL; -- Do nothing
31: END;
32:
33:
34: END PO_ORDER_STATUS;