DBA Data[Home] [Help]

APPS.EAM_PERMIT_UTILITY_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 32: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

28: * Purpose : Procedure will perform an update on the table
29: *********************************************************************/
30: PROCEDURE UPDATE_ROW
31: ( p_work_permit_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type
32: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
33: , x_return_Status OUT NOCOPY VARCHAR2
34: );
35:
36:

Line 45: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

41: *********************************************************************/
42:
43: PROCEDURE PERFORM_WRITES
44: ( p_work_permit_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type
45: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
46: , x_return_Status OUT NOCOPY VARCHAR2
47: );
48:
49:

Line 63: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

59: , p_user_id IN NUMBER := null
60: , p_responsibility_id IN NUMBER := null
61: , p_transaction_type IN NUMBER
62: , x_return_status OUT NOCOPY VARCHAR2
63: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
64: );
65:
66:
67: /********************************************************************

Line 79: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

75: , p_event IN VARCHAR2
76: , p_status IN VARCHAR2
77: , p_details IN VARCHAR2
78: , p_user_id IN NUMBER
79: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
80: , x_return_Status OUT NOCOPY VARCHAR2
81: );
82:
83: