DBA Data[Home] [Help]

APPS.EAM_ISOLATION_VALIDATE_PVT dependencies on EAM_PROCESS_SAFETY_PUB

Line 25: ( p_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

21: * Procedure : Check_Existence
22: * Purpose : Procedure will query the old isolation record and return it in old record variables.
23: *********************************************************************/
24: PROCEDURE CHECK_EXISTENCE
25: ( p_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
26: , x_iso_header_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
27: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
28: , x_return_Status OUT NOCOPY VARCHAR2
29: );

Line 26: , x_iso_header_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

22: * Purpose : Procedure will query the old isolation record and return it in old record variables.
23: *********************************************************************/
24: PROCEDURE CHECK_EXISTENCE
25: ( p_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
26: , x_iso_header_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
27: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
28: , x_return_Status OUT NOCOPY VARCHAR2
29: );
30:

Line 37: ( p_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

33: * Procedure: Check_Attributes
34: * Purpose: Check_Attributes procedure will validate every Revised item attribute in its entirely.
35: *********************************************************************/
36: PROCEDURE CHECK_ATTRIBUTES
37: ( p_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
38: , p_old_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
39: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
40: , x_return_Status OUT NOCOPY VARCHAR2
41: );

Line 38: , p_old_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

34: * Purpose: Check_Attributes procedure will validate every Revised item attribute in its entirely.
35: *********************************************************************/
36: PROCEDURE CHECK_ATTRIBUTES
37: ( p_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
38: , p_old_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
39: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
40: , x_return_Status OUT NOCOPY VARCHAR2
41: );
42:

Line 49: ( p_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

45: * Procedure : Check_Required
46: * Purpose : Check_Required procedure will check the existence of mandatory attributes.
47: *********************************************************************/
48: PROCEDURE CHECK_REQUIRED
49: ( p_iso_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
50: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
51: , x_return_Status OUT NOCOPY VARCHAR2
52: );
53: