DBA Data[Home] [Help]

PACKAGE: APPS.XLE_JURISDICTIONS_F_PKG

Source


1 PACKAGE xle_jurisdictions_f_pkg AUTHID CURRENT_USER AS
2 /* $Header: xlejuris.pls 120.7 2005/10/06 20:12:06 achiroma ship $ */
3 /*======================================================================+
4 |             Copyright (c) 2001-2002 Oracle Corporation                |
5 |                       Redwood Shores, CA, USA                         |
6 |                         All rights reserved.                          |
7 +=======================================================================+
8 | PACKAGE NAME                                                          |
9 |    xle_jurisdictions                                                  |
10 |                                                                       |
11 | DESCRIPTION                                                           |
12 |    Forms PL/SQL Wrapper for xle_jurisdictions                         |
13 |                                                                       |
14 |    				                                        |
15 |                                                                       |
16 +======================================================================*/
17 
18 PROCEDURE add_language;
19 
20 END xle_jurisdictions_f_pkg;