DBA Data[Home] [Help]

PACKAGE: APPS.XLA_AAD_DOWNLOAD_PVT

Source


1 PACKAGE xla_aad_download_pvt AUTHID CURRENT_USER AS
2 /* $Header: xlaaldnl.pkh 120.0 2004/08/18 17:33:04 wychan noship $ */
3 
4 -------------------------------------------------------------------------------
5 -- declaring global constants
6 -------------------------------------------------------------------------------
7 -------------------------------------------------------------------------------
8 -- Public API
9 -------------------------------------------------------------------------------
10 
11 --=============================================================================
12 --
13 -- Name: download
14 -- Description: This API downloads the AADs and the components from an AMB
15 --              context to a data file.
16 --
17 --=============================================================================
18 PROCEDURE download
19 (p_api_version           IN NUMBER
20 ,x_return_status         IN OUT NOCOPY VARCHAR2
21 ,p_application_id        IN INTEGER
22 ,p_amb_context_code      IN VARCHAR2
23 ,p_destination_file      IN VARCHAR2
24 ,x_download_status       IN OUT NOCOPY VARCHAR2);
25 
26 END xla_aad_download_pvt;