DBA Data[Home] [Help]

APPS.EAM_OP_COMP_UTILITY_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 27: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

23:
24: PROCEDURE Perform_Writes (
25: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type
26: , x_return_status OUT NOCOPY VARCHAR2
27: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
28: );
29:
30: PROCEDURE insert_row (
31: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type

Line 33: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

29:
30: PROCEDURE insert_row (
31: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type
32: , x_return_status OUT NOCOPY VARCHAR2
33: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
34: );
35:
36: PROCEDURE update_row (
37: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type

Line 39: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

35:
36: PROCEDURE update_row (
37: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type
38: , x_return_status OUT NOCOPY VARCHAR2
39: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
40: );
41:
42:
43: END EAM_OP_COMP_UTILITY_PVT;