DBA Data[Home] [Help]

PACKAGE: APPS.IES_SVY_DPYLMENT_STATUS_PVT

Source


1 PACKAGE IES_SVY_DPYLMENT_STATUS_PVT  AS
2 /* $Header: iesdpsts.pls 120.1 2005/06/16 11:14:47 appldev  $ */
3 ----------------------------------------------------------------------------------------------------------
4 -- Procedure
5 --   Submit_Deployment
6 
7 -- PURPOSE
8 --   Submit Deployment to Concurrent Manager at the specified_time.
9 --
10 -- PARAMETERS
11 
12 -- NOTES
13 -- created rrsundar 05/03/2000
14 ---------------------------------------------------------------------------------------------------------
15 Procedure  Update_Deployment_Status
16 (
17     ERRBUF                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2                                ,
18     RETCODE                OUT NOCOPY /* file.sql.39 change */ BINARY_INTEGER
19 );
20 END IES_SVY_DPYLMENT_STATUS_PVT;