DBA Data[Home] [Help]

PACKAGE: APPS.XLA_PAY_ACCT_HOOKS_PKG

Source


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