DBA Data[Home] [Help]

APPS.EAM_OP_VALIDATE_PVT dependencies on EAM_PROCESS_WO_PUB

Line 47: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type

43: * message.
44: *********************************************************************/
45:
46: PROCEDURE Check_Existence
47: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
48: , x_old_eam_op_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_op_rec_type
49: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
50: , x_return_status OUT NOCOPY VARCHAR2
51: )

Line 48: , x_old_eam_op_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_op_rec_type

44: *********************************************************************/
45:
46: PROCEDURE Check_Existence
47: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
48: , x_old_eam_op_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_op_rec_type
49: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
50: , x_return_status OUT NOCOPY VARCHAR2
51: )
52: IS

Line 276: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type

272: * revised item attrbiute in its entirety.
273: **********************************************************************/
274:
275: PROCEDURE Check_Attributes
276: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
277: , p_old_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
278: , x_return_status OUT NOCOPY VARCHAR2
279: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
280: )

Line 277: , p_old_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type

273: **********************************************************************/
274:
275: PROCEDURE Check_Attributes
276: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
277: , p_old_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
278: , x_return_status OUT NOCOPY VARCHAR2
279: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
280: )
281: IS

Line 723: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type

719: * Purpose :
720: **********************************************************************/
721:
722: PROCEDURE Check_Required
723: ( p_eam_op_rec IN EAM_PROCESS_WO_PUB.eam_op_rec_type
724: , x_return_status OUT NOCOPY VARCHAR2
725: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
726: )
727: IS