DBA Data[Home] [Help]

PACKAGE: APPS.JA_CN_CUR_EXPORT_PKG

Source


1 PACKAGE JA_CN_CUR_EXPORT_PKG AUTHID CURRENT_USER AS
2 --$Header: JACNCURS.pls 120.0 2010/03/27 10:09:13 choli noship $
3 --+=======================================================================+
4 --|               Copyright (c) 1998 Oracle Corporation                   |
5 --|                       Redwood Shores, CA, USA                         |
6 --|                         All rights reserved.                          |
7 --+=======================================================================+
8 --| FILENAME                                                              |
9 --|     JACNCURS.pls                                                      |
10 --|                                                                       |
11 --| DESCRIPTION                                                           |
12 --|     Use this package to export Currencies                             |
13 --|                                                                       |
14 --| PROCEDURE LIST                                                        |
15 --|      PROCEDURE Add_Currencies                                         |
16 --|                                                                       |
17 --|                                                                       |
18 --| HISTORY                                                               |
19 --|     01/20/2010 Chongwu Li       Created                               |
20   --+======================================================================*/
21 
22 
23 PROCEDURE Add_Currencies(pn_legal_entity_id NUMBER
24                         ,pn_ledger_id       NUMBER
25                         ,pn_accounting_year NUMBER);
26 
27 
28 
29 END JA_CN_CUR_EXPORT_PKG;