DBA Data[Home] [Help]

PACKAGE: APPS.BIS_CUSTOM_RELATED_LINKS_MLS

Source


1 PACKAGE BIS_CUSTOM_RELATED_LINKS_MLS AS
2 /* $Header: BISPCRLS.pls 120.0 2005/10/14 13:19:07 slowe noship $ */
3 /*
4 REM +=======================================================================+
5 REM |    Copyright (c) 2002 Oracle Corporation, Redwood Shores, CA, USA     |
6 REM |                         All rights reserved.                          |
7 REM +=======================================================================+
8 REM | FILENAME                                                              |
9 REM |     BISPCRLS.pls                                                      |
10 REM |                                                                       |
11 REM | DESCRIPTION                                                           |
12 REM |     Module: Private  for populating the table BIS_CUSTOM_RELATED_LINKS_TL |
13 REM |             and relationship with FND_APPLICATIONS table              |
14 REM | NOTES                                                                 |
15 REM | 24-NOV-2004 Seema Rao  Created.                                      |
16 REM +=======================================================================+
17 */
18 
19 PROCEDURE Add_Language;
20 
21 END BIS_CUSTOM_RELATED_LINKS_MLS;