DBA Data[Home] [Help]

APPS.EAM_ESTABLISHMENT_UTILITY_PVT dependencies on EAM_PROCESS_SAFETY_PUB

Line 28: , x_safety_establishment_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type

24: ***********************************************************************/
25: PROCEDURE QUERY_ROW
26: ( p_establishment_id IN NUMBER
27: , p_organization_id IN NUMBER
28: , x_safety_establishment_rec OUT NOCOPY EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type
29: , x_Return_status OUT NOCOPY VARCHAR2
30: );
31:
32:

Line 38: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type

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

Line 49: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type

45: *********************************************************************/
46:
47:
48: PROCEDURE UPDATE_ROW
49: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_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:

Line 61: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type

57: * Procedure : DELETE_ROW
58: * Purpose : Procedure will perform a delete on the table
59: *********************************************************************/
60: PROCEDURE DELETE_ROW
61: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type
62: , p_organization_id IN NUMBER
63: , x_return_Status OUT NOCOPY VARCHAR2
64: );
65:

Line 74: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type

70: * Purpose : This is the only procedure that the user will have
71: access to when he/she needs to perform any kind of writes to the table.
72: *********************************************************************/
73: PROCEDURE PERFORM_WRITES
74: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type
75: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
76: , x_return_Status OUT NOCOPY VARCHAR2
77: );
78:

Line 85: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type

81: * Procedure : Check_Required
82: * Purpose : Check_Required procedure will check the existence of mandatory attributes.
83: *********************************************************************/
84: PROCEDURE CHECK_REQUIRED
85: ( p_safety_establishment_rec IN EAM_PROCESS_SAFETY_PUB.eam_establishment_rec_type
86: , x_mesg_token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
87: , x_return_Status OUT NOCOPY VARCHAR2
88: );
89: