DBA Data[Home] [Help]

PACKAGE: APPS.FA_XLA_CMP_ACCOUNTING_PKG

Source


1 PACKAGE fa_xla_cmp_accounting_pkg AUTHID CURRENT_USER AS
2 /* $Header: faxlacas.pls 120.0.12010000.2 2009/07/19 08:32:10 glchen ship $   */
3 /*===========================================================================+
4 |             Copyright (c) 2001-2002 Oracle Corporation                     |
5 |                       Redwood Shores, CA, USA                              |
6 |                         All rights reserved.                               |
7 +============================================================================+
8 | PACKAGE NAME                                                               |
9 |     fa_xla_cmp_extract_pkg                                                 |
10 |                                                                            |
11 | DESCRIPTION                                                                |
12 |     This is a FA private package, which contains all the APIs required     |
13 |     for XLA extract package body generation                                |
14 |                                                                            |
15 |                                                                            |
16 | HISTORY                                                                    |
17 |     25-FEB-2006 bridgway      Created                                      |
18 +===========================================================================*/
19 
20 
21 --+==========================================================================+
22 --| PUBLIC procedure                                                         |
23 --|    Compile                                                               |
24 --|                                                                          |
25 --| DESCRIPTION : generates the PL/SQL packages from the Product Accounting  |
26 --|               definition for Assets                                      |
27 --|                                                                          |
28 --+==========================================================================+
29 
30 PROCEDURE compile;
31 
32 END fa_xla_cmp_accounting_pkg;