DBA Data[Home] [Help]

PACKAGE: APPS.EAM_PERMIT_DEFAULT_PVT

Source


1 PACKAGE EAM_PERMIT_DEFAULT_PVT   AUTHID CURRENT_USER AS
2 /* $Header: EAMVWPDS.pls 120.1 2011/03/04 21:23:07 mashah noship $ */
3 
4 /******************************************************************
5 * Procedure     : Populate_Null_Columns
6 * Purpose       : This procedure will look at the columns that the user
7                   has not filled in and will assign those columns a
8                   value from the old record.This procedure is not called for CREATE
9 ********************************************************************/
10 
11 
12 PROCEDURE Populate_Null_Columns
13      		  (p_eam_wp_rec         IN  EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type
14           , p_old_eam_wp_rec     IN  EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type
15           , x_eam_wp_rec         OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type
16      );
17 
18 END EAM_PERMIT_DEFAULT_PVT ;
19