DBA Data[Home] [Help]

APPS.EAM_OP_COMP_UTILITY_PVT dependencies on EAM_PROCESS_WO_PUB

Line 25: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type

21: ***************************************************************************/
22:
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:

Line 31: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type

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
32: , x_return_status OUT NOCOPY VARCHAR2
33: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
34: );
35:

Line 37: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type

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
38: , x_return_status OUT NOCOPY VARCHAR2
39: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
40: );
41: