DBA Data[Home] [Help]

PACKAGE: APPS.XLA_FV_ACCT_HOOKS_PKG

Source


1 PACKAGE xla_fv_acct_hooks_pkg AS
2 -- $Header: xlaapfvh.pkh 120.0 2005/08/17 18:26:00 wychan noship $
3 /*===========================================================================+
4 |  Copyright (c) 2003 Oracle Corporation BelmFont, California, USA           |
5 |                          ALL rights reserved.                              |
6 +============================================================================+
7 | PACKAGE NAME                                                               |
8 |     xla_fv_acct_hooks_pkg                                                  |
9 |                                                                            |
10 | DESCRIPTION                                                                |
11 |     Call accounting program integration APIs for Federal                   |
12 |                                                                            |
13 | HISTORY                                                                    |
14 |     08/15/2005    W. Chan         Created                                  |
15 |                                                                            |
16 +===========================================================================*/
17 
18 PROCEDURE main
19        (p_application_id           IN NUMBER
20        ,p_ledger_id                IN NUMBER
21        ,p_process_category         IN VARCHAR2
22        ,p_end_date                 IN DATE
23        ,p_accounting_mode          IN VARCHAR2
24        ,p_valuation_method         IN VARCHAR2
25        ,p_security_id_int_1        IN NUMBER
26        ,p_security_id_int_2        IN NUMBER
27        ,p_security_id_int_3        IN NUMBER
28        ,p_security_id_char_1       IN VARCHAR2
29        ,p_security_id_char_2       IN VARCHAR2
30        ,p_security_id_char_3       IN VARCHAR2
31        ,p_report_request_id        IN NUMBER
32        ,p_event_name               IN VARCHAR2);
33 
34 END xla_fv_acct_hooks_pkg; -- end of package spec.