DBA Data[Home] [Help]

PACKAGE: APPS.FTE_ACS_UTIL_PKG

Source


1 PACKAGE FTE_ACS_UTIL_PKG AUTHID CURRENT_USER AS
2 /* $Header: FTEACSUS.pls 115.6 2003/01/30 18:56:59 valbuque noship $ */
3 -- -------------------------------------------------------------------------- --
4 --                                                                            --
5 -- NAME:        FTE_ACS_UTIL_PKG                                              --
6 -- TYPE:        PACKAGE SPEC                                                  --
7 -- DESCRIPTION: Contains utility procedures for carrier selection module      --
8 --                                                                            --
9 --               ********************* OBSOLETED DUMMY PACKAGE ************** --
10 --                                                                            --
11 --                                                                            --
12 -- CHANGE CONTROL LOG                                                         --
13 --                                                                            --
14 -- DATE        VERSION  BY        BUG      DESCRIPTION                        --
15 -- ----------  -------  --------  -------  ---------------------------------- --
16 -- 2002/02/04  H        ABLUNDEL           Created.                           --
17 --                                                                            --
18 -- 2002/04/15  H        ABLUNDEL  2322867   Changed the location cursor to    --
19 --                                          get info from wsh_hr_locations_v  --
20 --                                          instead of hz_locations           --
21 --                                                                            --
22 -- 2002/04/15  H        ABLUNDEL  2322867   changed the cursor in insert_temp_--
23 --                                          table procedure to check for LIKE --
24 --                                          from and to regions as the atribut--
25 --                                          -e FROM_REGION_ID is not stored   --
26 --                                                                            --
27 -- 2003/01/10  I        ABLUNDEL  2713737   Changed to a dummy package to     --
28 --                                          prevent install/compilation errors--
29 --                                          as this package was obsoleted in  --
30 --                                          Pack H                            --
31 -- -------------------------------------------------------------------------- --
32 
33 PROCEDURE DUMMY_PROCEDURE;
34 
35 END FTE_ACS_UTIL_PKG;