DBA Data[Home] [Help]

APPS.EAM_PERMIT_UTILITY_PVT dependencies on EAM_PROCESS_SAFETY_PUB

Line 12: , x_work_permit_header_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type

8: ***********************************************************************/
9: PROCEDURE QUERY_ROW
10: ( p_work_permit_id IN NUMBER
11: , p_organization_id IN NUMBER
12: , x_work_permit_header_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type
13: , x_Return_status OUT NOCOPY VARCHAR2
14: );
15:
16:

Line 22: (p_work_permit_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type

18: * Procedure : INSERT_ROW
19: * Purpose : Procedure will perfrom an insert into the table
20: *********************************************************************/
21: PROCEDURE INSERT_ROW
22: (p_work_permit_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type
23: , x_return_Status OUT NOCOPY VARCHAR2
24: );
25:
26: /********************************************************************

Line 31: ( p_work_permit_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type

27: * Procedure : UPDATE_ROW
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:

Line 44: ( p_work_permit_header_rec IN EAM_PROCESS_SAFETY_PUB.eam_wp_header_rec_type

40: access to when he/she needs to perform any kind of writes to the table.
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: