DBA Data[Home] [Help]

APPS.FFSTUP dependencies on FFSTUP

Line 1: package body ffstup as

1: package body ffstup as
2: /* $Header: ffstup.pkb 115.0 99/07/16 02:03:31 porting ship $ */
3: /*
4: Copyright (c) Oracle Corporation (UK) Ltd 1993.
5: All rights reserved

Line 2: /* $Header: ffstup.pkb 115.0 99/07/16 02:03:31 porting ship $ */

1: package body ffstup as
2: /* $Header: ffstup.pkb 115.0 99/07/16 02:03:31 porting ship $ */
3: /*
4: Copyright (c) Oracle Corporation (UK) Ltd 1993.
5: All rights reserved
6:

Line 7: Name: ffstup

3: /*
4: Copyright (c) Oracle Corporation (UK) Ltd 1993.
5: All rights reserved
6:
7: Name: ffstup
8:
9: Description: Handles forms behaviour and validation in various modes such
10: as startup and normal modes
11: Change List

Line 13: P Gowers 10-MAR-1993 Rename package to ffstup

9: Description: Handles forms behaviour and validation in various modes such
10: as startup and normal modes
11: Change List
12: -----------
13: P Gowers 10-MAR-1993 Rename package to ffstup
14: P Gowers 03-MAR-1993 Creation
15: A Roussel 27-OCT-1994 Moved header to after create/replace
16: */
17: ------------------------------- PRIVATE GLOBALS -------------------------------

Line 79: end ffstup;

75: return MASTER_MODE;
76: end if;
77: end get_mode;
78: --
79: end ffstup;