DBA Data[Home] [Help]

PACKAGE: APPS.PO_CORE_S4

Source


1 PACKAGE PO_CORE_S4 AUTHID CURRENT_USER AS
2 /* $Header: POXCOC4S.pls 115.2 2002/11/23 03:31:51 sbull ship $*/
3 
4 /*===========================================================================
5   PACKAGE NAME:		PO_CORE_S4
6 
7   DESCRIPTION:
8 
9   CLIENT/SERVER:	Server
10 
11   HISTORY:
12 
13   LIBRARY NAME:
14 
15   OWNER:
16 
17   PROCEDURE NAMES:      cleanup_po_tables
18 		        get_mtl_parameters
19 
20 ===========================================================================*/
21 /*===========================================================================
22   PROCEDURE NAME:	cleanup_po_tables
23 
24   DESCRIPTION:		this script replaces autosubmit for 10sc.
25                         it removes inactive notifications and invalid
26                         data from the interface tables
27 
28   PARAMETERS:
29 
30   DESIGN REFERENCES:
31 
32   NOTES:
33 
34   OPEN ISSUES:
35 
36   CLOSED ISSUES:
37 
38   CHANGE HISTORY:	Created 	04-apr-96	K MIller
39 ===========================================================================*/
40 
41 PROCEDURE cleanup_po_tables;
42 
43 /*===========================================================================
44   PROCEDURE NAME:	get_mtl_parameters()
45 
46   DESCRIPTION:		this procedure retrieves the parameters from the
47                         material parameters table.
48 
49   PARAMETERS:
50 
51   DESIGN REFERENCES:
52 
53   NOTES:
54 
55   OPEN ISSUES:
56 
57   CLOSED ISSUES:
58 
59   CHANGE HISTORY:	Created 	12-17-1996	WLAU
60 ===========================================================================*/
61 
62 PROCEDURE  get_mtl_parameters  (x_org_id		     IN      NUMBER,
63 				x_org_code                   IN      VARCHAR2,
64 				x_project_reference_enabled  IN OUT NOCOPY  NUMBER,
65 			        x_project_control_level      IN OUT NOCOPY  NUMBER);
66 
67 END PO_CORE_S4;