DBA Data[Home] [Help]

APPS.EAM_ISOLATION_UTILITY_PVT dependencies on EAM_PROCESS_SAFETY_PUB

Line 29: , x_isolation_header_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

25: ***********************************************************************/
26: PROCEDURE QUERY_ROW
27: ( p_isolation_id IN NUMBER
28: , p_organization_id IN NUMBER
29: , x_isolation_header_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
30: , x_Return_status OUT NOCOPY VARCHAR2
31: );
32:
33: /********************************************************************

Line 38: ( p_isolation_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

34: * Procedure : INSERT_ROW
35: * Purpose : Procedure will perfrom an insert into the table
36: *********************************************************************/
37: PROCEDURE INSERT_ROW
38: ( p_isolation_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
39: , x_return_Status OUT NOCOPY VARCHAR2
40: );
41:
42: /********************************************************************

Line 48: ( p_isolation_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

44: * Purpose : Procedure will perform an update on the table
45: *********************************************************************/
46:
47: PROCEDURE UPDATE_ROW
48: ( p_isolation_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
49: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
50: , x_return_Status OUT NOCOPY VARCHAR2
51: );
52:

Line 60: ( p_isolation_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type

56: access to when he/she needs to perform any kind of writes to the table.
57: *********************************************************************/
58:
59: PROCEDURE PERFORM_WRITES
60: ( p_isolation_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_iso_header_rec_type
61: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
62: , x_return_Status OUT NOCOPY VARCHAR2
63: );
64: