DBA Data[Home] [Help]

PACKAGE: APPS.XLA_CE_ACCT_HOOKS_PKG

Source


1 PACKAGE xla_ce_acct_hooks_pkg AS
2 -- $Header: xlaapceh.pkh 120.0 2005/07/01 05:29:13 sasingha noship $
3 /*===========================================================================+
4 |  Copyright (c) 2003 Oracle Corporation BelmFont, California, USA           |
5 |                          ALL rights reserved.                              |
6 +============================================================================+
7 | PACKAGE NAME                                                               |
8 |     xla_ce_acct_hooks_pkg                                                  |
9 |                                                                            |
10 | DESCRIPTION                                                                |
11 |     Call accounting program integration APIs for Cash Managment            |
12 |                                                                            |
13 | HISTORY                                                                    |
14 |     06/30/2005    V. Kumar        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_ce_acct_hooks_pkg; -- end of package spec.