DBA Data[Home] [Help]

APPS.EAM_OP_VALIDATE_PVT dependencies on EAM_OP_UTILITY_PVT

Line 61: EAM_OP_UTILITY_PVT.Query_Row

57: BEGIN
58:
59: IF EAM_PROCESS_WO_PVT.GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Quering Operations'); END IF;
60:
61: EAM_OP_UTILITY_PVT.Query_Row
62: ( p_wip_entity_id => p_eam_op_rec.wip_entity_id
63: , p_organization_id => p_eam_op_rec.organization_id
64: , p_operation_seq_num => p_eam_op_rec.operation_seq_num
65: , x_eam_op_rec => x_old_eam_op_rec