DBA Data[Home] [Help]

PACKAGE: APPS.EAM_ISOLATION_DEFAULT_PVT

Source


1 PACKAGE EAM_ISOLATION_DEFAULT_PVT   AUTHID CURRENT_USER AS
2 /* $Header: EAMVISDS.pls 120.0 2011/03/04 02:04:11 mashah noship $ */
3 /***************************************************************************
4 --
5 --  Copyright (c) 2011 Oracle Corporation, Redwood Shores, CA, USA
6 --  All rights reserved.
7 --
8 --  FILENAME:  EAMVISDS.pls
9 --
10 --  DESCRIPTION:  Spec of package EAM_ISOLATION_DEFAULT_PVT
11 --
12 --  NOTES
13 --
14 --  HISTORY
15 --
16 
17 ***************************************************************************/
18 
19 /******************************************************************
20 * Procedure     : Populate_Null_Columns
21 * Purpose       : This procedure will look at the columns that the user
22                   has not filled in and will assign those columns a
23                   value from the old record.This procedure is not called for CREATE
24 ********************************************************************/
25 
26 
27 PROCEDURE Populate_Null_Columns
28      (    p_eam_iso_header_rec           IN  EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
29           , p_old_eam_iso_header_rec     IN  EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
30           , x_eam_isolation_rec          OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
31      );
32 
33 END EAM_ISOLATION_DEFAULT_PVT ;