DBA Data[Home] [Help]

APPS.EAM_RES_INST_VALIDATE_PVT dependencies on EAM_PROCESS_WO_PUB

Line 47: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

43: * message.
44: *********************************************************************/
45:
46: PROCEDURE Check_Existence
47: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
48: , x_old_eam_res_inst_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_inst_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_res_inst_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

44: *********************************************************************/
45:
46: PROCEDURE Check_Existence
47: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
48: , x_old_eam_res_inst_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_res_inst_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 176: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

172: * revised item attrbiute in its entirety.
173: **********************************************************************/
174:
175: PROCEDURE Check_Attributes
176: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
177: , p_old_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
178: , x_return_status OUT NOCOPY VARCHAR2
179: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
180: )

Line 177: , p_old_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

173: **********************************************************************/
174:
175: PROCEDURE Check_Attributes
176: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
177: , p_old_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
178: , x_return_status OUT NOCOPY VARCHAR2
179: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
180: )
181: IS

Line 527: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type

523: * Purpose :
524: **********************************************************************/
525:
526: PROCEDURE Check_Required
527: ( p_eam_res_inst_rec IN EAM_PROCESS_WO_PUB.eam_res_inst_rec_type
528: , x_return_status OUT NOCOPY VARCHAR2
529: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
530: )
531: IS