DBA Data[Home] [Help]

PACKAGE: APPS.XLA_FA_EXTRACT_PKG

Source


1 PACKAGE xla_fa_extract_pkg AS
2 -- $Header: xlafaext.pkh 120.0 2006/03/14 19:41:11 svjoshi noship $
3 /*===========================================================================+
4 |  Copyright (c) 2003 Oracle Corporation BelmFont, California, USA           |
5 |                          ALL rights reserved.                              |
6 +============================================================================+
7 | PACKAGE NAME                                                               |
8 |     xla_fa_extract_pkg                                                     |
9 |                                                                            |
10 | DESCRIPTION                                                                |
11 |     Call accounting program integration APIs for Fixed Assests             |
12 |                                                                            |
13 | HISTORY                                                                    |
14 |     03/06/2006    Shishir Joshi   Created                                  |
15 |                                                                            |
16 +===========================================================================*/
17 
18 
19 PROCEDURE COMPILE
20    (p_application_id           IN integer
21    ,p_amb_context_code         IN VARCHAR2
22    ,p_product_rule_type_code   IN VARCHAR2
23    ,p_product_rule_code        IN VARCHAR2
24    );
25 END xla_fa_extract_pkg; -- end of package spec.