DBA Data[Home] [Help]

APPS.EAM_OP_COMP_VALIDATE_PVT dependencies on EAM_PROCESS_WO_PUB

Line 26: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type

22:
23:
24: PROCEDURE Check_Required
25: (
26: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB.eam_op_comp_rec_type
27: , x_return_status OUT NOCOPY VARCHAR2
28: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
29: )IS
30:

Line 171: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB. eam_op_comp_rec_type

167:
168:
169: PROCEDURE Check_Attributes
170: (
171: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB. eam_op_comp_rec_type
172: , x_return_status OUT NOCOPY VARCHAR2
173: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
174: )IS
175: l_err_text VARCHAR2(2000) := NULL;