DBA Data[Home] [Help]

PACKAGE: APPS.FA_XLA_CMP_ACCOUNTING_PKG

Source


1 PACKAGE  fa_xla_cmp_accounting_pkg AS
2 /* $Header: faxlacas.pls 120.0 2006/03/06 22:25:34 bridgway noship $   */
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;