DBA Data[Home] [Help]

PACKAGE: APPS.HRDATETH

Source


1 package hrdateth AUTHID CURRENT_USER as
2 /* $Header: dtdateth.pkh 115.1 2002/12/06 16:47:24 apholt ship $ */
3 /*
4 --
5 -- Copyright (c) Oracle Corporation 1991, 1992, 1993. All rights reserved.
6 --
7 /*
8    NAME
9      dtdateth.pkh
10 --
11    DESCRIPTION
12      Package header for the Date Track History PL/SQL procedures.
13 --
14   MODIFIED (DD-MON-YYYY)
15      mwcallag   13-JUL-1993 - created.
16      A.Holt     06-Dec-2002   NOCOPY Performance Changes for 11.5.9
17 */
18 --
19 procedure get_view
20 (
21     p_base_table   in out nocopy varchar2,
22     p_out_title       out nocopy varchar2
23 );
24 --
25 end hrdateth;