DBA Data[Home] [Help]

PACKAGE: APPS.JA_CN_PS_GBI_EXPORT_PKG

Source


1 PACKAGE JA_CN_PS_GBI_EXPORT_PKG AUTHID CURRENT_USER AS
2 --$Header: JACNPGBS.pls 120.0 2010/09/01 09:59:55 wuwu noship $
3 --+=======================================================================+
4 --|               Copyright (c) 1998 Oracle Corporation                   |
5 --|                       Redwood Shores, CA, USA                         |
6 --|                         All rights reserved.                          |
7 --+=======================================================================+
8 --| FILENAME                                                              |
9 --|     JACNPGBS.pls                                                      |
10 --|                                                                       |
11 --| DESCRIPTION                                                           |
12 --|     Use this package to export GL Basic Information                   |
13 --|                                                                       |
14 --| PROCEDURE LIST                                                        |
15 --|      PROCEDURE Add_GL_Basic_Info                                      |
16 --|                                                                       |
17 --|                                                                       |
18 --| HISTORY                                                               |
19 --|    11-Aug-2010   Chaoqun Wu    created                                |
20 --+======================================================================*/
21 
22 --==========================================================================
23 --  PROCEDURE NAME:
24 --
25 --    Add_GL_Basic_Info                        Public
26 --
27 --  DESCRIPTION:
28 --
29 --    This procedure is to export GL basic information
30 --
31 --  PARAMETERS:
32 --      In:  pn_coa_id           chart of account id
33 --
34 --  DESIGN REFERENCES:
35 --    TDD_1213_FIN_GL_P_CNAOV2_GL.doc
36 --
37 --  CHANGE HISTORY:
38 --      11-Aug-2010   Chaoqun Wu  created
39 --==========================================================================
40 
41 PROCEDURE Add_GL_Basic_Info
42 (pn_coa_id        NUMBER);
43 
44 END JA_CN_PS_GBI_EXPORT_PKG;