DBA Data[Home] [Help]

APPS.HRDATETH dependencies on HRDATETH

Line 1: package body hrdateth as

1: package body hrdateth as
2: /* $Header: dtdateth.pkb 115.1 2002/12/06 16:13:55 apholt ship $ */
3: /*
4: --
5: -- Copyright (c) Oracle Corporation 1991, 1992, 1993. All rights reserved.

Line 63: hr_utility.set_location ('hrdateth.get_view', 1);

59: -- now see if the DTH view owned by the user exists:
60: --
61: l_table_name := l_table_name || '_D';
62: l_found_flag := TRUE;
63: hr_utility.set_location ('hrdateth.get_view', 1);
64: begin
65: select 1
66: into l_temp
67: from user_catalog

Line 115: end hrdateth;

111: else -- no change to base table name
112: p_out_title := l_title;
113: end if;
114: END get_view;
115: end hrdateth;