DBA Data[Home] [Help]

APPS.DT_FNDATE dependencies on DT_FNDATE

Line 1: package body dt_fndate as

1: package body dt_fndate as
2: /* $Header: dtfndate.pkb 120.1.12010000.3 2009/08/27 06:51:30 avarri ship $ */
3: /*
4: Copyright (c) Oracle Corporation 1991,1992,1993. All rights reserved
5:

Line 8: Name : dt_fndate

4: Copyright (c) Oracle Corporation 1991,1992,1993. All rights reserved
5:
6: /*
7:
8: Name : dt_fndate
9: Author : P.K.Attwood
10: Date Created : 01-OCT-1993
11: Synopsis : This package containes procedures for maintaining the
12: session date held in fnd_sessions.

Line 29: 05-OCT-1994 R.M.Fine 30.1 Renamed package to dt_fndate to

25: delete_ses_rows procedure.
26: 13-MAY-1994 P.K.Attwood 3.0 Transferred out nocopy of version 4 DT
27: into version 3, so all server
28: side code is in the same place.
29: 05-OCT-1994 R.M.Fine 30.1 Renamed package to dt_fndate to
30: conform to naming convention that
31: all objects begin '_'.
32: 30-MAR-1999 P.K.Attwood 110.1 861272 In get_dates corrected setting
33: 115.1 g_sys_date when globals

Line 400: end dt_fndate;

396: commit;
397: end if;
398: end clean_fnd_sessions;
399: --
400: end dt_fndate;