DBA Data[Home] [Help]

APPS.EAM_OP_COMP_VALIDATE_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 Check_Required (
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 32: p_eam_op_comp_rec IN EAM_PROCESS_WO_PUB. eam_op_comp_rec_type

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