DBA Data[Home] [Help]

PACKAGE: APPS.XLA_IGI_ACCT_HOOKS_PKG

Source


1 PACKAGE xla_igi_acct_hooks_pkg AS
2 /*$Header: xlaapigh.pkh 120.0.12000000.1 2007/10/24 14:04:56 samejain noship $*/
3 /*===========================================================================+
4 |  Copyright (c) 2003 Oracle Corporation BelmFont, California, USA           |
5 |                          ALL rights reserved.                              |
6 +============================================================================+
7 | PACKAGE NAME                                                               |
8 |     xla_igi_acct_hooks_pkg                                                 |
9 |                                                                            |
10 | DESCRIPTION                                                                |
11 |     Call accounting program integration APIs for IGI                       |
12 |                                                                            |
13 | HISTORY                                                                    |
14 |     08/30/2007    S.Jain              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_igi_acct_hooks_pkg; -- end of package spec.