DBA Data[Home] [Help]

APPS.EAM_ACTIVITYUTILITIES_PVT dependencies on WIP_OPERATIONS

Line 932: FROM wip_operations

928: THEN
929: RETURN;
930: ELSE
931: SELECT x_pos, y_pos INTO x_x_pos, x_y_pos
932: FROM wip_operations
933: WHERE organization_id = p_organization_id
934: AND wip_entity_id = p_wip_entity_id
935: AND operation_seq_num = p_operation_seq_num;
936: END IF;